ruoyi-vue-pro/yudao-ui-app-v1/uni.scss

14 lines
343 B
SCSS
Raw Normal View History

2021-11-27 23:45:09 +08:00
@import '@/uni_modules/uview-ui/theme.scss';
2021-11-24 23:33:06 +08:00
2021-11-27 23:45:09 +08:00
.u-button--success {
background-color: #5ac725 !important; // TODO 芋艿:莫名不行
}
.u-button--primary {
background-color: #3c9cff !important; // TODO 芋艿:莫名不行
}
.u-button--error {
background-color: #f56c6c !important; // TODO 芋艿:莫名不行
}
2021-11-27 20:09:13 +08:00
2021-11-27 23:45:09 +08:00
$base-color: #ff536f;