This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

优化button组件

old
宇天 2020-07-13 18:02:42 +08:00
parent 5564b30b60
commit 1cf22b3ba0
1 changed files with 5 additions and 1 deletions

View File

@ -66,7 +66,8 @@
}
}
:host([size='large'][circle]) {
min-width: 42px;
min-width: 62px;
height: 62px;
button {
padding: 0 20px;
@ -97,6 +98,9 @@
--size: 14px;
}
}
:host([size='mini'][circle]) {
min-width: 24px;
}
:host([text]) {
height: 18px;