From 22c7d79fa0871645eb7ea72a88d291a6c452a11f Mon Sep 17 00:00:00 2001 From: qxz Date: Fri, 15 May 2020 19:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96content=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/theme/acrou/index.scss | 25 +++++++++++++++++++++---- src/views/common/BreadCrumb.vue | 11 ++++++----- src/views/page/GoImg.vue | 3 +-- src/views/page/GoList.vue | 2 +- src/views/page/GoPdf.vue | 2 +- src/views/page/GoText.vue | 2 +- src/views/page/GoVideo.vue | 2 +- 7 files changed, 32 insertions(+), 15 deletions(-) diff --git a/src/assets/style/theme/acrou/index.scss b/src/assets/style/theme/acrou/index.scss index bb99d83..44c1361 100644 --- a/src/assets/style/theme/acrou/index.scss +++ b/src/assets/style/theme/acrou/index.scss @@ -37,35 +37,43 @@ body { .table { width: 100%; table-layout: fixed; + th, td { border: 0 !important; } + td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; + &:hover, & .icon { cursor: pointer; } } + td span { vertical-align: middle; } + td .g2-file-desc { font-size: 12px; } } +.g2-content { + margin-top: 1rem; +} + .footer { background-color: transparent; } .no-content { - background: url(https://s1.hdslb.com/bfs/static/jinkela/search/asserts/no-data.png) - no-repeat 50% 50%; + background: url(https://s1.hdslb.com/bfs/static/jinkela/search/asserts/no-data.png) no-repeat 50% 50%; height: 240px; line-height: 240px; text-align: center; @@ -78,6 +86,7 @@ body { position: relative; padding-bottom: 56.25%; height: 0; + iframe { position: absolute; top: 0; @@ -88,7 +97,8 @@ body { } // 搜索框 -.search-input,.search-input::-webkit-input-placeholder { +.search-input, +.search-input::-webkit-input-placeholder { color: whitesmoke; } @@ -99,10 +109,12 @@ body { .el-loading-mask { z-index: initial; } + .pageloader:not(.is-bottom-to-top) { -webkit-transform: initial; transform: initial; } + .pageloader { position: absolute; padding-top: 0; @@ -114,6 +126,7 @@ body { color: hsl(0, 0%, 4%); } } + .pageloader::after { border: 0 solid black; } @@ -135,20 +148,24 @@ body { border-bottom-color: #c0c4cc; top: 5px; } + .sort-caret.descending { border-top-color: #c0c4cc; bottom: 7px; } + .descending .sort-caret.descending { border-top-color: #409eff; } + .ascending .sort-caret.ascending { border-bottom-color: #409eff; } + .sort-caret { width: 0; height: 0; border: 5px solid transparent; position: absolute; left: 7px; -} +} \ No newline at end of file diff --git a/src/views/common/BreadCrumb.vue b/src/views/common/BreadCrumb.vue index 9662c40..963a454 100644 --- a/src/views/common/BreadCrumb.vue +++ b/src/views/common/BreadCrumb.vue @@ -8,7 +8,7 @@