diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 504824e..f427e6e 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -383,4 +383,13 @@ aside { /* IE/Edge */ cursor: pointer; +} + +.query-form { + margin-bottom: 5px; + border-bottom: 1px solid #ebeef5; + + .el-form-item { + margin-bottom: 10px; + } } \ No newline at end of file diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index c295223..a0cc618 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -197,6 +197,16 @@ border: 1px solid #1F6DD3 !important; } + .el-scrollbar__bar.is-vertical { + right: 0; + width: 9px !important; + } + + .el-scrollbar__bar.is-horizontal { + height: 8px !important; + bottom: 0; + } + .el-scrollbar__thumb { background-color: #817e7e !important; opacity: 1; diff --git a/src/components/vxeTable/index.vue b/src/components/vxeTable/index.vue index a6abd25..266cee0 100644 --- a/src/components/vxeTable/index.vue +++ b/src/components/vxeTable/index.vue @@ -40,7 +40,6 @@ + + \ No newline at end of file diff --git a/src/views/liswork/batchCheck/LabResult.vue b/src/views/liswork/batchCheck/LabResult.vue index 30eb8a5..17b8fc2 100644 --- a/src/views/liswork/batchCheck/LabResult.vue +++ b/src/views/liswork/batchCheck/LabResult.vue @@ -1,6 +1,6 @@