feat: 对接用户组网管理
This commit is contained in:
@@ -114,6 +114,23 @@ body {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* 可点击元素统一手型光标 */
|
||||
.el-button,
|
||||
.el-button--link,
|
||||
.el-tag.is-closable .el-tag__close,
|
||||
.el-dropdown,
|
||||
.el-dropdown-menu__item,
|
||||
.el-switch,
|
||||
.el-checkbox,
|
||||
.el-radio,
|
||||
.el-select .el-input__wrapper,
|
||||
.el-table__body tr.el-table__row {
|
||||
cursor: pointer;
|
||||
}
|
||||
.back-btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* 响应式工具类 */
|
||||
@media (max-width: 768px) {
|
||||
.hidden-xs {
|
||||
|
||||
Reference in New Issue
Block a user