xuqiang 4 лет назад
Родитель
Сommit
ae31bb8fbc

+ 1 - 1
src/main/pc-space/src/styles/list.less

@@ -161,7 +161,7 @@
     }
     .el-radio-button__orig-radio:checked + .el-radio-button__inner {
         background: linear-gradient(46deg, @prim 0%, @warn 100%);
-        color: #fff;
+        color: #000;
         border-color: #fff;
         font-weight: bold;
         // box-shadow: 0 !important;

+ 1 - 1
src/main/pc-space/src/views/AssetDetail.vue

@@ -1680,7 +1680,7 @@ export default {
     .el-collapse-item__header {
         background-color: #1c1e26;
         border-radius: 8px 8px 0 0 !important;
-        padding-left: 16px;
+        padding: 0 8px 0 16px;
         height: 44px;
         // font-weight: bold;
         border-bottom-width: 0;

+ 8 - 1
src/main/pc-space/src/views/CollectionDetail.vue

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