mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 19:54:05 +08:00
🚑 修复颜色问题导致的下载按钮不可点击
This commit is contained in:
parent
eef24dbb76
commit
2cdfcbbbae
@ -1,3 +1,8 @@
|
|||||||
|
@import "~ant-design-vue/dist/antd.less"; // 引入官方提供的 less 样式入口文件
|
||||||
|
|
||||||
|
@primary-color: #ff4ea4; // 全局主色
|
||||||
|
@error-color: #ff4ea4; // 错误色
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--color-text-primary: rgba(0, 0, 0, 0.85);
|
--color-text-primary: rgba(0, 0, 0, 0.85);
|
||||||
--color-text-content: #141414;
|
--color-text-content: #141414;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rubick",
|
"name": "rubick",
|
||||||
"version": "2.3.5",
|
"version": "2.3.6",
|
||||||
"author": "muwoo <2424880409@qq.com>",
|
"author": "muwoo <2424880409@qq.com>",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user