From d6448c16b19f4764b14a6d2c0df0495e928dc3d7 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期四, 23 一月 2020 15:21:14 +0800 Subject: [PATCH] no message --- src/views/Mine.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Mine.vue b/src/views/Mine.vue index 27ad6c5..28e48f0 100644 --- a/src/views/Mine.vue +++ b/src/views/Mine.vue @@ -51,7 +51,7 @@ <div class="card3_div" style="width: 40%; height: 34vh; overflow-y: auto; border-right: 1px solid #333333;"> <el-table :data="tableData" - height="250" + height="200" highlight-current-row @row-click="setActiveTableData" style="width: 100%"> @@ -239,8 +239,8 @@ color: #999; } .card2_body { - height: 100px; - line-height: 100px; + height: 70px; + line-height: 70px; font-size: 34px; font-weight: bold; } -- Gitblit v1.8.0