From 73fa9eef8ea4f5f5b5b4e55eb599107622c037f4 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期二, 01 四月 2025 09:44:02 +0800 Subject: [PATCH] type="text"颜色全局修改 --- src/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index e2681ab..cb1c7fd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -66,4 +66,7 @@ background-color: #009688 !important; border-color: #009688 !important; } +.el-button--text { + color: #009688 !important; +} </style> -- Gitblit v1.7.1