Browse Source

样式bug修复

任一存 2 năm trước cách đây
mục cha
commit
11cab38432
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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;
     }