|
@@ -6,7 +6,7 @@
|
|
|
<hc-table-form ref="excelRef" :html="excelHtml" @tap="excelClick" />
|
|
|
</hc-card>
|
|
|
</template>
|
|
|
- <hc-card scrollbar>
|
|
|
+ <hc-card ui="hc-project-list-adjust-excel-card" scrollbar>
|
|
|
<template #header>
|
|
|
<el-segmented v-model="tabsKey" :options="tabsProps" />
|
|
|
</template>
|
|
@@ -131,10 +131,6 @@ const drawerClose = () => {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style scoped lang="scss">
|
|
|
-
|
|
|
-</style>
|
|
|
-
|
|
|
<style lang="scss">
|
|
|
.el-overlay .el-drawer.hc-project-list-adjust-excel-drawer {
|
|
|
background-color: #F1F5F8;
|
|
@@ -144,5 +140,8 @@ const drawerClose = () => {
|
|
|
.hc-table-form-data-item .hc-excel-table-form {
|
|
|
background: #e4e7eb;
|
|
|
}
|
|
|
+ .el-card.hc-card-box.hc-new-card-box.hc-project-list-adjust-excel-card .el-scrollbar__bar.is-vertical {
|
|
|
+ right: -8px;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|