mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 调整样式
This commit is contained in:
@@ -27,7 +27,6 @@ const props = defineProps<TMiniWeaponProps>();
|
|||||||
.tcm-box {
|
.tcm-box {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 180px;
|
|
||||||
height: 45px;
|
height: 45px;
|
||||||
border: 1px solid var(--common-shadow-1);
|
border: 1px solid var(--common-shadow-1);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ function toDetail(item: TGApp.App.Calendar.Item): void {
|
|||||||
|
|
||||||
.toc-material-grid {
|
.toc-material-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
width: 100%;
|
||||||
font-family: var(--font-title);
|
font-family: var(--font-title);
|
||||||
grid-gap: 10px;
|
grid-gap: 10px;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
|||||||
Reference in New Issue
Block a user