From 7405d3d71132ac9719c4c9d30a446479038e476b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9A=AE=E5=85=89=EF=BC=9A=E5=9F=8E=E4=B8=AD=E5=9F=8E?= <806783409@qq.com> Date: Mon, 7 Sep 2020 21:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A=E8=A1=8C?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E7=82=B9=E5=87=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zyplayer-doc-ui/db-ui/src/views/table/Info.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zyplayer-doc-ui/db-ui/src/views/table/Info.vue b/zyplayer-doc-ui/db-ui/src/views/table/Info.vue index 8665339b..6dce9dfe 100644 --- a/zyplayer-doc-ui/db-ui/src/views/table/Info.vue +++ b/zyplayer-doc-ui/db-ui/src/views/table/Info.vue @@ -72,7 +72,7 @@
-
{{scope.row.description||' '}}
+
{{scope.row.description}}
@@ -209,7 +209,7 @@ .table-info-vue .el-dialog__body{padding: 0 20px 10px;} .table-info-vue .el-form-item{margin-bottom: 5px;} .table-info-vue .edit-table-desc{cursor: pointer; color: #409EFF;} - .table-info-vue .description{cursor: pointer;} + .table-info-vue .description{cursor: pointer;min-height: 23px;} .table-info-vue .el-table td, .table-info-vue .el-table th{padding: 5px 0;} .table-info-vue .status-info-row{padding: 8px 0;} .table-info-vue .status-info-row .label{width: 80px;display: inline-block;text-align: right;color: #606266;}