loulijun2021
2022-11-23 c2865c8c763148fad85368e0995e15b0e863eb15
1.解决固定表格滚动条高低像素差
已修改3个文件
15 ■■■■ 文件已修改
src/layout/components/Sidebar/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/styles/global.css 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scgl/scdd.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/index.vue
@@ -152,4 +152,8 @@
  color: #ffffff;
  cursor: default;
}
.el-menu{
  background-color: #213145 !important;
}
</style>
src/styles/global.css
@@ -151,3 +151,9 @@
/*scrollbar END*/
.el-table__fixed::before{
  height: 0 !important;
}
.el-table__fixed-right::before{
  height: 0 !important;
}
src/views/scgl/scdd.vue
@@ -150,9 +150,8 @@
                v-model="radioSelectedId"
                :label="row.id"
                style="color: transparent;padding-left: 10px;"
              />
<!--              @change.native="getCurrentRow(row.id)"-->
              <!--              @change.native="getCurrentRow(row.id)"-->
            </template>
          </el-table-column>
          <el-table-column
@@ -589,7 +588,7 @@
    getCurrentRow(id) {
      this.radioSelectedId = id
    },
    rowClick(row){
    rowClick(row) {
      this.radioSelectedId = row.id
    },
    // 订单关闭