This commit is contained in:
DESKTOP-369JRHT\12997 2024-09-09 09:34:04 +08:00
parent 39c30ad554
commit fdf638a72f

View File

@ -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>