184b3199 by renchao@pashanhoo.com

style:样式修改

1 parent ecae80ee
...@@ -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;
60
59 .count { 61 .count {
60 color: blue!important; 62 color: blue !important;
61 width: 874px; 63 width: 85%;
62 font-size: 14px; 64 font-size: 14px;
63 position: absolute; 65 position: absolute;
64 left:200px; 66 left: 200px;
65 top: -3px; 67 top: -3px;
66 height: 30px; 68 height: 30px;
67 69 }
68 }
69 } 70 }
71
70 .btn { 72 .btn {
71 text-align: center; 73 text-align: center;
72 padding-top: 10px; 74 padding-top: 10px;
...@@ -90,13 +92,14 @@ ...@@ -90,13 +92,14 @@
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
......