5 lines
105 B
SCSS
5 lines
105 B
SCSS
// 改写一些amis中控制不到的全局CSS
|
|
button.btn-deleted:hover {
|
|
color: #dc2626 !important;
|
|
}
|