Ver código fonte

fix(frontend): 修复 tianpan 首页 loading-overlay 选择器丢失导致的 CSS 编译失败

- e1a841048 新增传统命理卡片时误删 .loading-overlay 选择器头,残留悬空声明块
- 补回选择器,恢复正常编译(SyntaxError Unexpected })
liaoxg 1 semana atrás
pai
commit
29a27f876a
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      cfc-frontend/pages/tianpan/index.vue

+ 3 - 0
cfc-frontend/pages/tianpan/index.vue

@@ -1016,6 +1016,9 @@ export default {
 .tradition-card .fortune-arrow {
   color: #8B5CF6;
 }
+
+/* 加载遮罩 */
+.loading-overlay {
   position: fixed;
   top: 0;
   left: 0;