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

35 lines
652 B
CSS
Raw Normal View History

2024-01-19 06:49:32 +00:00
/* 插件权限 */
2025-05-08 11:04:14 +00:00
.tree-plugins-list {
2024-01-19 06:49:32 +00:00
background: transparent;
}
2025-05-08 11:04:14 +00:00
.tree-plugins-list li {
2024-01-19 06:49:32 +00:00
min-width: 180px;
width: 10%;
border-radius: var(--border-radius);
overflow: hidden;
}
2025-05-08 11:04:14 +00:00
.tree-plugins-list label.am-checkbox-inline {
2024-01-19 06:49:32 +00:00
font-size: 1.4rem;
color: #333;
}
2025-05-08 11:04:14 +00:00
.tree-plugins-list label.am-checkbox-inline .am-ucheck-icons {
2024-01-19 06:49:32 +00:00
top: 0.2rem;
}
2025-05-08 11:04:14 +00:00
.tree-plugins-list li label.am-checkbox-inline .am-ucheck-icons {
2024-01-19 06:49:32 +00:00
top: 0.3rem;
2022-01-23 10:30:56 +00:00
}
2024-01-19 06:49:32 +00:00
2025-05-08 11:04:14 +00:00
.tree-plugins-list li>div {
2024-01-19 06:49:32 +00:00
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) {
2025-05-08 11:04:14 +00:00
.tree-plugins-list li {
2024-01-19 06:49:32 +00:00
width: 50%;
min-width: auto;
}
2020-06-14 15:10:36 +00:00
}