|
@@ -198,6 +198,7 @@
|
|
|
<div class="bor"></div>
|
|
<div class="bor"></div>
|
|
|
<div style="width: 228px">
|
|
<div style="width: 228px">
|
|
|
<div class="box" v-if="init2 != ''">
|
|
<div class="box" v-if="init2 != ''">
|
|
|
|
|
+ <!-- <div class="box" v-if=""> -->
|
|
|
<div
|
|
<div
|
|
|
v-if="init2"
|
|
v-if="init2"
|
|
|
@mouseenter="isShowPopover(init2.name, true)"
|
|
@mouseenter="isShowPopover(init2.name, true)"
|
|
@@ -464,6 +465,8 @@ export default {
|
|
|
return item.name === '悄悄话';
|
|
return item.name === '悄悄话';
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
+ // console.log(JSON.stringify(this.init2).length == 0);
|
|
|
|
|
+
|
|
|
if (res.privileges) {
|
|
if (res.privileges) {
|
|
|
this.init = res.privileges.filter(item => {
|
|
this.init = res.privileges.filter(item => {
|
|
|
return item.name !== '悄悄话' && item.name !== '加密空间';
|
|
return item.name !== '悄悄话' && item.name !== '加密空间';
|
|
@@ -950,6 +953,10 @@ export default {
|
|
|
border-bottom: 1px solid #2b2e3e;
|
|
border-bottom: 1px solid #2b2e3e;
|
|
|
background: #1f2230;
|
|
background: #1f2230;
|
|
|
}
|
|
}
|
|
|
|
|
+ /deep/ .el-table th.is-leaf:last-child {
|
|
|
|
|
+ border-bottom: 0 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ // last-child
|
|
|
/deep/ .el-table th.is-leaf {
|
|
/deep/ .el-table th.is-leaf {
|
|
|
border-bottom: 1px solid #2b2e3e;
|
|
border-bottom: 1px solid #2b2e3e;
|
|
|
}
|
|
}
|
|
@@ -1135,7 +1142,7 @@ export default {
|
|
|
.el-collapse-item__header {
|
|
.el-collapse-item__header {
|
|
|
background-color: #1c1e26;
|
|
background-color: #1c1e26;
|
|
|
border-radius: 8px 8px 0 0 !important;
|
|
border-radius: 8px 8px 0 0 !important;
|
|
|
- padding-left: 16px;
|
|
|
|
|
|
|
+ padding: 0 8px 0 16px;
|
|
|
height: 44px;
|
|
height: 44px;
|
|
|
// font-weight: bold;
|
|
// font-weight: bold;
|
|
|
border-bottom-width: 0;
|
|
border-bottom-width: 0;
|