9.9
This commit is contained in:
parent
39c30ad554
commit
fdf638a72f
@ -345,9 +345,6 @@
|
||||
</div>
|
||||
<!-- 使用条件 useCondition -->
|
||||
<div class="d-s" style="justify-content: space-between">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="d-s" style="justify-content: space-between">
|
||||
<el-form-item label="背景图" prop="name" style="width: 45%;">
|
||||
@ -357,17 +354,13 @@
|
||||
<el-input type="textarea" :rows="2" placeholder="请输入内容" v-model="ruleForm.remark">
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</el-form>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<el-button @click="centerDialogVisible = false">取 消</el-button>
|
||||
<el-button type="primary" @click="addBlock(ruleForm)">创建</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user