|
@@ -5,7 +5,7 @@
|
|
|
<div class="layerBox">
|
|
|
<tableTitle :name="tableDivTitle" />
|
|
|
<el-row class="formContent">
|
|
|
- <el-form :model="form" ref="form" :rules="formRules" autocomplete="off" label-width="110px"
|
|
|
+ <el-form :model="form" ref="form" :rules="formRules" autocomplete="off" label-width="130px"
|
|
|
label-position="left">
|
|
|
<div class="formDiv">
|
|
|
<el-form-item label="网站名称:" :label-width="formLabelWidth" prop="website_name"
|
|
@@ -162,8 +162,8 @@
|
|
|
</template>
|
|
|
<el-input type="textarea" v-model="form.suffix" class="custom-textarea" placeholder="请输入网站后缀"></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="" :label-width="formLabelWidth" prop="ad_key" class="custom-align-right">
|
|
|
- <template #label class="key" >
|
|
|
+ <el-form-item label="" :label-width="formLabelWidth" prop="ad_key" class="custom-align-right" >
|
|
|
+ <template #label >
|
|
|
<span class="askBox askBox1">
|
|
|
网站名称缩写:
|
|
|
<el-tooltip class="item" effect="dark" content="网站名称缩写,如:网站名称缩写,如:三农市场网 snscw。"
|
|
@@ -1360,10 +1360,9 @@ p {
|
|
|
text-align: right;
|
|
|
/* 设置标签文字右对齐 */
|
|
|
}
|
|
|
-::v-deep .el-form-item__label .askBox1 {
|
|
|
+::v-deep .custom-align-right.key {
|
|
|
text-align: right;
|
|
|
- margin-left:-20px;
|
|
|
- width:130px;
|
|
|
+ background-color: red;
|
|
|
/* 设置标签文字右对齐 */
|
|
|
}
|
|
|
//该项不能为空几个字的位置
|