|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="fs-side-bar">
|
|
|
- <view class="fs-side-bar-left">
|
|
|
+ <view class="fs-side-bar-left" :style="{width: width}">
|
|
|
<view
|
|
|
class="fs-side-bar-item line1"
|
|
|
:class="{'fs-side-bar-active': activeId ? (activeId === item[valueKey]) : (index === 0)}"
|
|
@@ -58,7 +58,6 @@ const handleClick = (item, index) => {
|
|
|
height: 100%;
|
|
|
|
|
|
&-left{
|
|
|
- width: v-bind(width);
|
|
|
flex-shrink: 0;
|
|
|
background-color: #fafafa;
|
|
|
overflow: auto;
|