修改部分冗余代码,新增商家端npmrc配置 后续还会新增yarnrc

This commit is contained in:
lemon橪
2021-11-22 11:16:32 +08:00
parent 515cd3ebbd
commit 6ecb6b8055
15 changed files with 18 additions and 206 deletions

View File

@@ -657,10 +657,6 @@ export default {
margin-bottom: 2vh;
}
.select-count {
font-weight: 600;
color: #40a9ff;
}
.select-clear {
margin-left: 10px;

View File

@@ -103,7 +103,7 @@
<Row >
<Alert show-icon>
已选择
<span class="select-count">{{ selectCount }}</span>
<span >{{ selectCount }}</span>
<a class="select-clear" @click="clearSelectAll">清空</a>
<span v-if="selectCount > 0" style="margin-left: 15px"
>共计 {{ totalSize }} 存储量</span