From 7a2e2572c80140d6af90e50b2ae387326cfa37ef Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 22 Nov 2023 15:03:19 +0800 Subject: [PATCH] =?UTF-8?q?plm=E5=AD=97=E6=AE=B5=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/rq.scss | 52 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/assets/scss/rq.scss diff --git a/src/assets/scss/rq.scss b/src/assets/scss/rq.scss new file mode 100644 index 0000000..1f3bf35 --- /dev/null +++ b/src/assets/scss/rq.scss @@ -0,0 +1,52 @@ +/* el-form-item 对话框标题 start*/ +.el-dialog__title{ + font-size: 14px; + font-weight: bold; +} +/* el-form-item 对话框标题 end*/ + +/* el-form-item 控件标题 start*/ +.el-form-item__label{ + font-size: 12px; +} + + +.pad .el-form-item__label { + font-size: 18px; +} + +.pad .el-input__inner{ + font-size: 18px; +} +.pad .el-input--medium .el-input__inner { + height: 35px; + line-height: 21px; +} + +.pad .el-button--medium { + + font-size: 18px; + +} +.pad .el-table .cell { + line-height: 25px; + font-size: 18px; + height: 25px; +} +.pad .el-select-dropdown__item{ + font-size: 18px; +} + +//.el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { +// padding-left: 0px; +//} +.rq .el-table .cell { + line-height: 20px; + font-size: 12px; + height: 20px; +} + +.sl-svg { + overflow: hidden; + float: right; +}