From 1a61525947d43fd7c8a6df637bf5c1c8f9cc37f3 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 26 六月 2025 14:24:32 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- culture/src/App.vue | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/culture/src/App.vue b/culture/src/App.vue index b63e5cf..37fbfdf 100644 --- a/culture/src/App.vue +++ b/culture/src/App.vue @@ -52,31 +52,32 @@ </script> <style lang="less"> - ::-webkit-scrollbar { display: none; } + .table-container { ::-webkit-scrollbar { display: block !important; width: 6px; height: 6px; } - + ::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 3px; } - + ::-webkit-scrollbar-thumb { background: #009688; border-radius: 3px; } - + ::-webkit-scrollbar-thumb:hover { background: #00796b; } } + html, body, #app { @@ -133,6 +134,10 @@ } } +.is-disabled .el-input__inner { + color: rgba(0, 0, 0, 0.6) !important; +} + .el-dialog { border-radius: 16px 16px 6px 6px; @@ -185,8 +190,8 @@ background-color: #009688; } -.el-button + .el-button, -.el-checkbox.is-bordered + .el-checkbox.is-bordered { +.el-button+.el-button, +.el-checkbox.is-bordered+.el-checkbox.is-bordered { margin-left: 0; } -- Gitblit v1.7.1