优化样式

This commit is contained in:
gyq
2024-03-08 15:04:11 +08:00
parent 6e3a4c5ce3
commit 11290d1505
15 changed files with 114 additions and 96 deletions

View File

@@ -182,7 +182,7 @@ const menus = ref([
}
&.more {
margin-top: 200px;
margin-top: 150px;
}
.icon {

View File

@@ -1,5 +1,5 @@
<template>
<el-dialog title="备注" width="800" v-model="dialogVisible">
<el-dialog title="备注" width="600" v-model="dialogVisible">
<div class="tag_wrap">
<el-button plain type="primary" v-for="item in tagList" :key="item.remark" @click="remark = item.remark">
{{ item.remark }}