zhangkun9038@dingtalk.com 98187939f4 kanban和相关模版设置
2025-04-06 18:20:39 +08:00

15 lines
255 B
CSS

.centerSettingContent {
display: grid;
align-items: center;
justify-content: center;
}
.not-a-button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}