vr-shopxo-source/public/static/admin/default/css/role.css

35 lines
617 B
CSS
Raw Normal View History

2024-01-19 06:49:32 +00:00
/* 插件权限 */
.tree-plugins {
background: transparent;
}
.tree-plugins li {
min-width: 180px;
width: 10%;
border-radius: var(--border-radius);
overflow: hidden;
}
.tree-plugins label.am-checkbox-inline {
font-size: 1.4rem;
color: #333;
}
.tree-plugins label.am-checkbox-inline .am-ucheck-icons {
top: 0.2rem;
}
.tree-plugins li label.am-checkbox-inline .am-ucheck-icons {
top: 0.3rem;
2022-01-23 10:30:56 +00:00
}
2024-01-19 06:49:32 +00:00
.tree-plugins li>div {
background: #fff;
padding: 1rem;
2022-01-23 10:30:56 +00:00
}
2024-01-19 06:49:32 +00:00
@media only screen and (max-width:641px) {
.tree-plugins li {
width: 50%;
min-width: auto;
}
2020-06-14 15:10:36 +00:00
}