Explorar el Código

fix(frontend): 生成食谱按钮文字改白色(修复样式覆盖冲突)

iwt hace 3 semanas
padre
commit
162ac8bc57
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      cfc-frontend/pages/diet/index.vue

+ 1 - 5
cfc-frontend/pages/diet/index.vue

@@ -445,7 +445,7 @@ export default {
   background: #FF8C42;
 }
 .action-btn-accent { background: linear-gradient(135deg, #10B981, #34D399); }
-.action-btn-text-accent { color: #FFFFFF; }
+.action-btn-text-accent { font-size: 24rpx; color: #FFFFFF; }
 .action-btn-disabled {
   opacity: 0.4;
 }
@@ -457,10 +457,6 @@ export default {
   font-size: 24rpx;
   color: #FFFFFF;
 }
-.action-btn-text-accent {
-  font-size: 24rpx;
-  color: #FF8C42;
-}
 
 /* 食材列表 */
 .ingredient-list {