修改前端样式

This commit is contained in:
橙子
2021-10-16 15:18:41 +08:00
parent b2e8441194
commit dc244c7982
11 changed files with 26 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-row>
<v-col cols="12">
<v-card class="mx-auto" width="100%"><app-btn @click="setMenu">确定分配</app-btn></v-card>
<v-card class="mx-auto" width="100%"><app-btn class="ma-2" @click="setMenu">确定分配</app-btn></v-card>
</v-col>
<v-col cols="12" md="4" lg="4">
<v-card class="mx-auto" width="100%">

View File

@@ -1,7 +1,5 @@
<template>
<v-card class="mx-auto" width="100%">
{{ select }}
{{ TableSelect }}
<ccCombobox
headers="设置角色"
:items="roleItems"