mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-21 05:25:45 +08:00
🎨 代码格式化
This commit is contained in:
@@ -32,7 +32,9 @@ const columnCnt = computed<number>(() => {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
grid-gap: 4px;
|
||||
/* stylelint-disable value-keyword-case */
|
||||
grid-template-columns: repeat(v-bind(columnCnt), 1fr);
|
||||
/* stylelint-enable value-keyword-case */
|
||||
}
|
||||
|
||||
.tuc-buff-item {
|
||||
|
||||
Reference in New Issue
Block a user