@@ -68,6 +68,14 @@ a {
/deep/.el-form-item {
background: none;
}
+ /deep/.el-form-item__label {
+ float: none;
+ font-weight: 600;
+ display: block;
+ line-height: 20px;
+ margin-bottom: 10px;
+ text-align: left;
+ }
/deep/.el-form-item__content {
width: 100%;
.el-radio-group,.el-checkbox-group{
@@ -42,6 +42,10 @@ a {
/deep/.el-form-item__label {
float: none;
font-weight: 600;
// label样式
@@ -68,6 +72,7 @@ a {
+
@@ -51,6 +51,10 @@
/deep/.el-form-item__label{
font-size:16px;
color:#666666;
/deep/.el-form-item__content{
margin-right:160px;
@@ -102,6 +106,7 @@
.el-radio,.el-checkbox{
margin-bottom: 10px;