Browse Source

Merge remote-tracking branch 'origin/master'

pull/105/head
pengda 4 weeks ago
parent
commit
42b762d061
  1. 2
      src/components/GuipTable.vue
  2. 10
      src/style/theme/common.scss

2
src/components/GuipTable.vue

@ -121,7 +121,7 @@ export default {
/* 确保表格有最小高度(避免高度塌陷) */ /* 确保表格有最小高度(避免高度塌陷) */
.el-table ::v-deep .el-table__body-wrapper { .el-table ::v-deep .el-table__body-wrapper {
min-height: 150px !important; min-height: 162px !important;
} }
.empty-image { .empty-image {

10
src/style/theme/common.scss

@ -205,6 +205,16 @@ body {
} }
} }
.el-table__body-wrapper::-webkit-scrollbar {
display: block !important;
width: 6px;
height: 6px;
}
.el-table__body-wrapper::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 3px;
}
@keyframes fadeInOut { @keyframes fadeInOut {
0% { 0% {
opacity: 0; opacity: 0;

Loading…
Cancel
Save