Commit b4eff4c9 by 米嘉伟

批量操作字体大小

parent d2a27729
......@@ -1223,6 +1223,7 @@ export default {
justify-content: space-between;
align-items: center;
.btn {
font-size: 14px;
height: 32px;
padding: 8px 20px;
border-radius: 4px;
......
......@@ -51,7 +51,7 @@
<div
class="btn"
@click="isShowTjddlBtn"
v-if="roleArr.includes('F-2-1')"
v-if="roleArr.includes('F-2-1')"
>添加到队列</div>
<div
class="btn"
......@@ -878,7 +878,7 @@ export default {
}
},
computed: {
roleArr() {
roleArr () {
return this.$store.state.layout.Menu;
},
/**
......@@ -1092,6 +1092,7 @@ const datas1 = [
justify-content: space-between;
align-items: center;
.btn {
font-size: 14px;
height: 32px;
padding: 8px 20px;
border-radius: 4px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment