style: 调整后台管理框架样式

This commit is contained in:
RockYang
2023-06-21 18:44:18 +08:00
parent 17713d05ec
commit 2700b63887
24 changed files with 566 additions and 338 deletions

View File

@@ -1,13 +1,9 @@
<template>
<div class="list" v-loading="loading">
<el-row class="opt-box">
<el-button type="primary" @click="add" size="small">
<el-icon>
<Plus/>
</el-icon>
新增
</el-button>
</el-row>
<div class="container list" v-loading="loading">
<div class="handle-box">
<el-button type="primary" :icon="Plus" @click="add">新增</el-button>
</div>
<el-row>
<el-table :data="items" :row-key="row => row.id">
@@ -158,13 +154,6 @@ const remove = function (row) {
}
}
.pagination {
padding-top 20px;
display flex
justify-content center
width 100%
}
.el-select {
width: 100%
}