style:抵押不动产信息样式修改
Showing
2 changed files
with
14 additions
and
10 deletions
... | @@ -53,20 +53,23 @@ | ... | @@ -53,20 +53,23 @@ |
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 | ||
70 | } | ||
68 | } | 71 | } |
69 | } | 72 | |
70 | .btn { | 73 | .btn { |
71 | text-align: center; | 74 | text-align: center; |
72 | padding-top: 10px; | 75 | padding-top: 10px; |
... | @@ -90,13 +93,14 @@ | ... | @@ -90,13 +93,14 @@ |
90 | /deep/.el-form-item__label { | 93 | /deep/.el-form-item__label { |
91 | padding-bottom: 0px; | 94 | padding-bottom: 0px; |
92 | } | 95 | } |
96 | |||
93 | // 控制表单是否只读 | 97 | // 控制表单是否只读 |
94 | .readonly{ | 98 | .readonly { |
95 | /deep/.el-form-item__content{ | 99 | /deep/.el-form-item__content { |
96 | pointer-events: none!important; | 100 | pointer-events: none !important; |
97 | } | 101 | } |
98 | 102 | ||
99 | /deep/.el-input .el-input__inner { | 103 | /deep/.el-input .el-input__inner { |
100 | background-color: #F5F7FA; | 104 | background-color: #F5F7FA; |
101 | } | 105 | } |
102 | } | 106 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-02 11:23:39 | 4 | * @LastEditTime: 2023-11-02 13:17:17 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -440,7 +440,7 @@ | ... | @@ -440,7 +440,7 @@ |
440 | <div class="triangle"></div> | 440 | <div class="triangle"></div> |
441 | </div> | 441 | </div> |
442 | <el-row :gutter="10"> | 442 | <el-row :gutter="10"> |
443 | <el-col :span="12"> | 443 | <el-col :span="24"> |
444 | <el-form-item label="共有方式:"> | 444 | <el-form-item label="共有方式:"> |
445 | <el-radio-group | 445 | <el-radio-group |
446 | :disabled="!ableOperation" | 446 | :disabled="!ableOperation" | ... | ... |
-
Please register or sign in to post a comment