|
@@ -18,13 +18,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-anchor
|
|
|
+ class="tabs-content-group"
|
|
|
:container="containerRef"
|
|
|
direction="horizontal"
|
|
|
type="default"
|
|
|
:offset="0"
|
|
|
@click="handleClick"
|
|
|
>
|
|
|
- <el-anchor-link v-for="(tab,index) in tabsContent" :key="tab" @click="handleTabsContentClick(index)" :href="'#part' + (index + 1)" :title="tab"></el-anchor-link>
|
|
|
+ <el-anchor-link class="tabs-content-item" v-for="(tab,index) in tabsContent" :key="tab" @click="handleTabsContentClick(index)" :href="'#part' + (index + 1)" :title="tab"></el-anchor-link>
|
|
|
</el-anchor>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -172,20 +173,6 @@ const handleHeightChange = (data) => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- .floating-panel-content {
|
|
|
- width: calc(100% - 24px);
|
|
|
- height: 100%;
|
|
|
- margin: 0 auto;
|
|
|
- .select-group {
|
|
|
- padding-top: 5px;
|
|
|
- background: #fff;
|
|
|
- .select-item {
|
|
|
- .select-item-title {
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
.tabs-content-group{
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
@@ -205,9 +192,24 @@ const handleHeightChange = (data) => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ }
|
|
|
+ .floating-panel-content {
|
|
|
+ width: calc(100% - 24px);
|
|
|
+ height: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ .select-group {
|
|
|
+ padding-top: 5px;
|
|
|
+ background: #fff;
|
|
|
+ .select-item {
|
|
|
+ .select-item-title {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.card-content-group{
|
|
|
padding: 12px 0;
|
|
|
- height: 500px;
|
|
|
+ height: 800px;
|
|
|
overflow-y: auto;
|
|
|
.card-content-item{
|
|
|
margin-top: 10px;
|