From a60dc30be50598fe2d1acb42f8171ec69e37b436 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期三, 28 五月 2025 17:29:05 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- laboratory/src/App.vue | 37 ++++++++++++++++++++++++++++++++++--- 1 files changed, 34 insertions(+), 3 deletions(-) diff --git a/laboratory/src/App.vue b/laboratory/src/App.vue index 51bcbda..a1651c2 100644 --- a/laboratory/src/App.vue +++ b/laboratory/src/App.vue @@ -61,17 +61,17 @@ 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; } @@ -92,6 +92,12 @@ .el-button--primary { background-color: #009688 !important; border-color: #009688 !important; +} +.el-radio-button--small.is-active { + .el-radio-button__inner { + background-color: #009688 !important; + border-color: #009688 !important; + } } .el-button--text { @@ -119,6 +125,16 @@ border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.15); } + .el-date-editor{ + + .el-input__inner { + width: 260px; + padding: 0 12px 0 30px; + border-radius: 6px; + border: 1px solid rgba(0, 0, 0, 0.15); + } + + } } .el-dialog { @@ -128,6 +144,16 @@ .el-input__inner { width: 200px; + } + .el-pagination__sizes{ + .el-input__inner { + width: 100px; + } + } + .el-pagination__jump{ + .el-input__inner { + width: 50px; + } } } } @@ -150,6 +176,11 @@ overflow: hidden; } } +// .pagination{ +// .el-input__inner { +// width: unset !important; +// } +// } .el-input__inner:focus, .el-select .el-input__inner:focus, -- Gitblit v1.7.1