From 26664984b55d33aa45cc335cd135da0a73b15377 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Sat, 11 Jun 2022 15:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=B0=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=85=AC=E5=85=B1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-scm/anrui-scm-ui/src/styles/index.scss | 46 ++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/anrui-scm/anrui-scm-ui/src/styles/index.scss b/anrui-scm/anrui-scm-ui/src/styles/index.scss index 9a9ec4419e..6a7cc8fe59 100644 --- a/anrui-scm/anrui-scm-ui/src/styles/index.scss +++ b/anrui-scm/anrui-scm-ui/src/styles/index.scss @@ -181,6 +181,52 @@ div:focus { .footer{margin: 20px;} } +.formaddcopy { + padding: 20px 0; + .title { + padding: 10px;font-weight: bold; + font-size: 20px; + background-color: $header-bg; + text-align: center; + color: #ffffff; + } + .el-row { + display:flex; + flex-wrap: wrap; + border-left: 1px solid $table-border-color; + .el-col{ + display: flex; + justify-content: flex-start; + align-items: center; + border-right: 1px solid $table-border-color; + border-bottom: 1px solid $table-border-color; + min-height: 48px; + line-height: 1; + .spanOneWidth { + width: 100px; + } + .spanType { + text-align: right; + font-size: 14px; + color: #606266; + font-weight: 600; + padding: 5px 15px !important; + } + .el-form-item{ + padding: 0px 15px !important; + border-left: 1px solid $table-border-color; + margin-bottom: 0; + .addinputw { width: 80%; } + .el-form-item__content { + line-height: 48px; + } + } + } + + } + .footer{margin: 20px;} +} + .forminfo { padding: 20px 0;