固定Dashboard刷新按钮宽度
给后台Dashboard刷新按钮设置最小宽度 避免刷新文案变化挤动右上角日期区域
This commit is contained in:
@@ -299,6 +299,10 @@ button:disabled {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
.admin-dashboard-actions .admin-secondary-button {
|
||||
min-width: 86px;
|
||||
}
|
||||
|
||||
.admin-dashboard-tabs {
|
||||
display: inline-grid;
|
||||
width: fit-content;
|
||||
|
||||
Reference in New Issue
Block a user