From d64dc63450a7cf23b69574d669603b4f669ad2c7 Mon Sep 17 00:00:00 2001 From: zhengzhou Date: Tue, 13 Apr 2021 19:33:06 +0800 Subject: [PATCH] update --- .../components/file-explorer/index.vue | 37 +++++++++++++------ 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/src/views/main_web/workspace/components/file-explorer/index.vue b/src/views/main_web/workspace/components/file-explorer/index.vue index bd1f6030..d87ec9b3 100644 --- a/src/views/main_web/workspace/components/file-explorer/index.vue +++ b/src/views/main_web/workspace/components/file-explorer/index.vue @@ -85,6 +85,10 @@ @click.native="clickBreadcrumb(breadIdx, 0)" >{{breadFolder.folderName}} + + + 批量交付 + @@ -287,10 +291,8 @@
-
- - 交付模板成果 -
+ + 交付模板成果
@@ -2360,7 +2362,25 @@ export default { .coopBox-max-height { height: 300px; } - + + .enable-select-button { + position: relative; + align-self: center; + padding: 0; + // width: 100px; + padding: 0 16px 0 28px; + height: 32px; + border-radius: 20px; + background-color: rgba(#111111, 0.1); + color: #32323c; + &-icon { + position: absolute; + left: 2px; + top: 2px; + font-size: 24px; + color: #fff; + } + }