style:样式修改
Showing
1 changed file
with
23 additions
and
20 deletions
... | @@ -53,20 +53,22 @@ | ... | @@ -53,20 +53,22 @@ |
53 | font-weight: 500; | 53 | font-weight: 500; |
54 | color: #4a4a4a; | 54 | color: #4a4a4a; |
55 | } | 55 | } |
56 | |||
56 | .bdcqk { | 57 | .bdcqk { |
57 | margin-top: 15px; | 58 | margin-top: 15px; |
58 | position: relative; | 59 | position: relative; |
59 | .count { | ||
60 | color: blue!important; | ||
61 | width: 874px; | ||
62 | font-size: 14px; | ||
63 | position: absolute; | ||
64 | left:200px; | ||
65 | top: -3px; | ||
66 | height: 30px; | ||
67 | 60 | ||
61 | .count { | ||
62 | color: blue !important; | ||
63 | width: 85%; | ||
64 | font-size: 14px; | ||
65 | position: absolute; | ||
66 | left: 200px; | ||
67 | top: -3px; | ||
68 | height: 30px; | ||
69 | } | ||
68 | } | 70 | } |
69 | } | 71 | |
70 | .btn { | 72 | .btn { |
71 | text-align: center; | 73 | text-align: center; |
72 | padding-top: 10px; | 74 | padding-top: 10px; |
... | @@ -83,20 +85,21 @@ | ... | @@ -83,20 +85,21 @@ |
83 | 85 | ||
84 | .formMarginBot0 { | 86 | .formMarginBot0 { |
85 | /deep/.el-form-item { | 87 | /deep/.el-form-item { |
86 | margin-bottom: 0; | 88 | margin-bottom: 0; |
87 | } | 89 | } |
88 | } | 90 | } |
89 | 91 | ||
90 | /deep/.el-form-item__label { | 92 | /deep/.el-form-item__label { |
91 | padding-bottom: 0px; | 93 | padding-bottom: 0px; |
92 | } | 94 | } |
95 | |||
93 | // 控制表单是否只读 | 96 | // 控制表单是否只读 |
94 | .readonly{ | 97 | .readonly { |
95 | /deep/.el-form-item__content{ | 98 | /deep/.el-form-item__content { |
96 | pointer-events: none!important; | 99 | pointer-events: none !important; |
97 | } | 100 | } |
98 | 101 | ||
99 | /deep/.el-input .el-input__inner { | 102 | /deep/.el-input .el-input__inner { |
100 | background-color: #F5F7FA; | 103 | background-color: #F5F7FA; |
101 | } | 104 | } |
102 | } | 105 | } |
... | \ No newline at end of file | ... | \ No newline at end of file |
... | ... |
-
Please register or sign in to post a comment