style: chartBox,notifyMrthodTab,样式调整
This commit is contained in:
@@ -125,7 +125,7 @@ export default {
|
||||
.notificationMessage{
|
||||
margin-left: 20px;
|
||||
display: flex;
|
||||
width: calc(100% - 60px);
|
||||
width: calc(100% - 39px);
|
||||
background: #F6F6F6;
|
||||
color: #999999;
|
||||
margin-bottom: 10px;
|
||||
|
||||
@@ -298,7 +298,7 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item v-if="editChart.type =='url' && isUrl" :label='$t("dashboard.panel.chartForm.url")' :rules="{ required: true, message: $t('validate.required'), trigger: 'blur' }" prop="param.url">
|
||||
<el-form-item class="form-item--half-width" v-if="editChart.type =='url' && isUrl" :label='$t("dashboard.panel.chartForm.url")' :rules="{ required: true, message: $t('validate.required'), trigger: 'blur' }" prop="param.url">
|
||||
<el-input id="chart-box-url" v-model="editChart.param.url" maxlength="1024" show-word-limit size="small" type="textarea"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user