From 86504480d7d0d4aba2e9dadd104719383390e0bc Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期日, 02 五月 2021 20:42:43 +0800
Subject: [PATCH] 修改样式
---
src/views/yunpan/zhishou.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/yunpan/zhishou.vue b/src/views/yunpan/zhishou.vue
index 72fa5ab..0c678cd 100644
--- a/src/views/yunpan/zhishou.vue
+++ b/src/views/yunpan/zhishou.vue
@@ -18,7 +18,7 @@
</el-col>
</el-row>
<el-container style="background-color: #fff;">
- <el-aside width="210px" style="background-color: #fff;text-align: center;">
+ <el-aside width="210px" style="background-color: #fff;text-align: center;height: 100%;">
<el-button class="add-folder-but" @click="dialogFormVisible = true">新增</el-button>
<el-popconfirm title="是否删除目录?" @onConfirm="delFolder()">
<el-button slot="reference" class="pri-del-btn" type="primary">删除</el-button>
--
Gitblit v1.8.0