b56b8d4c by renchao@pashanhoo.com

style:抵押不动产信息样式修改

1 parent d4432203
......@@ -53,20 +53,23 @@
font-weight: 500;
color: #4a4a4a;
}
.bdcqk {
margin-top: 15px;
position: relative;
.count {
color: blue!important;
width: 874px;
font-size: 14px;
position: absolute;
left:200px;
top: -3px;
height: 30px;
color: blue !important;
width: 85%;
font-size: 14px;
position: absolute;
left: 200px;
top: -3px;
height: 30px;
}
}
}
.btn {
text-align: center;
padding-top: 10px;
......@@ -83,20 +86,21 @@
.formMarginBot0 {
/deep/.el-form-item {
margin-bottom: 0;
}
margin-bottom: 0;
}
}
/deep/.el-form-item__label {
padding-bottom: 0px;
}
// 控制表单是否只读
.readonly{
/deep/.el-form-item__content{
pointer-events: none!important;
}
/deep/.el-input .el-input__inner {
background-color: #F5F7FA;
}
}
.readonly {
/deep/.el-form-item__content {
pointer-events: none !important;
}
/deep/.el-input .el-input__inner {
background-color: #F5F7FA;
}
}
\ No newline at end of file
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-02 11:23:39
* @LastEditTime: 2023-11-02 13:17:17
-->
<template>
<!-- 受理信息 -->
......@@ -440,7 +440,7 @@
<div class="triangle"></div>
</div>
<el-row :gutter="10">
<el-col :span="12">
<el-col :span="24">
<el-form-item label="共有方式:">
<el-radio-group
:disabled="!ableOperation"
......