Browse Source

update

dev
zhengzhou 4 years ago
parent
commit
d64dc63450
1 changed files with 26 additions and 11 deletions
  1. +26
    -11
      src/views/main_web/workspace/components/file-explorer/index.vue

+ 26
- 11
src/views/main_web/workspace/components/file-explorer/index.vue View File

@@ -85,6 +85,10 @@
@click.native="clickBreadcrumb(breadIdx, 0)"
>{{breadFolder.folderName}}</el-breadcrumb-item>
</el-breadcrumb>
<el-button v-if="!enableSelect" class="enable-select-button" @click.stop="enableSelect = true">
<i class="font_family icon-icon_status_wenjianbiaojiwancheng enable-select-button-icon" />
<span>批量交付</span>
</el-button>
</span>
</div>
<!-- 工作列表主体 -->
@@ -287,10 +291,8 @@
<div v-else class="neibianju public-folder-bottom" >
<div class="bottom-button-container">
<el-button class="bottom-button" @click.stop="showAchieveView">
<div class="bottom-button-inner">
<i class="font_family icon-icon_status_wenjianbiaojiwancheng bottom-button-icon" />
<span>交付模板成果</span>
</div>
<i class="font_family icon-icon_status_wenjianbiaojiwancheng bottom-button-icon" />
<span>交付模板成果</span>
</el-button>
</div>
</div>
@@ -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;
}
}
</style>

<style scoped>
@@ -2397,13 +2417,8 @@ export default {
padding: 0;
border-radius: 20px;
background-color: rgba(17,17,17, 0.1);
/* line-height: 40px; */
}
.bottom-button-inner {
/* display: flex; */
/* align-items: center; */
/* justify-content: center; */
color: #32323c;
/* line-height: 40px; */
}
.bottom-button-icon {
position: absolute;


Loading…
Cancel
Save