瀏覽代碼

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

- e1a841048 新增传统命理卡片时误删 .loading-overlay 选择器头,残留悬空声明块
- 补回选择器,恢复正常编译(SyntaxError Unexpected })
liaoxg 1 周之前
父節點
當前提交
29a27f876a
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;