This commit is contained in:
杜恒
2021-04-26 17:56:47 +08:00
parent 2840f786c0
commit 75e7306f8a
16 changed files with 106 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1454,6 +1454,14 @@
}
}
.joe_gird {
display: grid;
&__item {
*:last-child {
margin-bottom: 0 !important;
}
}
}
.joe_checkbox {
-webkit-appearance: none;
position: relative;