Files
shopxo/public/static/admin/default/css/role.css
gongfuxiang 83641a9a53 v6.2.0
2024-07-03 22:46:04 +08:00

35 lines
617 B
CSS
Executable File

/* 插件权限 */
.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;
}
.tree-plugins li>div {
background: #fff;
padding: 1rem;
}
@media only screen and (max-width:641px) {
.tree-plugins li {
width: 50%;
min-width: auto;
}
}