公告板
版本库
filestore
活动
搜索
登录
web
/
saas-web
saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
点位信息维护 的样式调整
mark
2022-09-29
715191acb8dd5bccb3f7935c25128a990ed2b5c9
[web/saas-web.git]
/
src
/
views
/
dataPush
/
components
/
point.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.btns {
.el-switch__core {
border-radius: 16px;
height: 32px;
}
.el-switch__core::after {
height: 30px;
width: 30px;
margin-top: -1px;
}
.el-switch.is-checked .el-switch__core::after {
margin-left: -31px;
}
}