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; +}