feat: 新增登录功能交互
This commit is contained in:
10
components/CheckBox/styles/index.scss
Normal file
10
components/CheckBox/styles/index.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.checkbox-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.checkbox-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user