mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-23 09:50:25 +08:00
增加50%圆
This commit is contained in:
parent
5487f588e7
commit
eb99c961a2
@ -925,6 +925,9 @@ label.think-radio {
|
|||||||
.border-0 {
|
.border-0 {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
.border-radius {
|
||||||
|
border-radius: 50% !important;
|
||||||
|
}
|
||||||
.border-radius-0 {
|
.border-radius-0 {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -190,6 +190,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.border-radius {
|
.border-radius {
|
||||||
|
border-radius: 50% !important;
|
||||||
|
|
||||||
&-0 {
|
&-0 {
|
||||||
border-radius: 0 !important
|
border-radius: 0 !important
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user