瀏覽代碼

样式bug修复

任一存 2 年之前
父節點
當前提交
11cab38432
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/views/RelicDetail.vue

+ 6 - 1
src/views/RelicDetail.vue

@@ -306,9 +306,15 @@ export default {
     pointer-events: none;
     &.isDarkTheme {
       color: #fff;
+      > .splitter {
+        border-top: 1px dashed rgba(255,255,255,0.32);
+      }
     }
     &.notDarkTheme {
       color: #585858;
+      > .splitter {
+        border-top: 1px dashed rgba(0,0,0,0.32);
+      }
     }
     > h1 {
       font-size: 32px;
@@ -318,7 +324,6 @@ export default {
     }
     > .splitter {
       width: 100%;
-      border-top: 1px dashed rgba(255,255,255,0.32);
       margin-top: 33px;
       margin-bottom: 29px;
     }