This commit is contained in:
Vanessa 2023-06-28 22:40:34 +08:00
parent cfc4da244e
commit 69cd8f735d
47 changed files with 126 additions and 202 deletions

View file

@ -37,7 +37,7 @@
.b3-select {
border: 1px solid rgba(0, 0, 0, .06);
border-radius: 4px;
border-radius: 6px;
padding: 4px 8px;
line-height: 20px;
box-sizing: border-box;
@ -57,7 +57,7 @@
.b3-button {
cursor: pointer;
color: #fff;
border-radius: 4px;
border-radius: 6px;
line-height: 20px;
padding: 4px 8px;
background-color: #218bff;
@ -169,7 +169,7 @@
vertical-align: middle;
background-color: #f3f3f3;
border: solid 1px rgba(0, 0, 0, .06);
border-radius: 3px;
border-radius: 6px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06);
}