Commit 379fa7a7 authored by 梁淳峰's avatar 梁淳峰
parents fb8097c0 da46b311
...@@ -2058,7 +2058,7 @@ export default defineComponent({ ...@@ -2058,7 +2058,7 @@ export default defineComponent({
textStyle: { textStyle: {
width: 5, width: 5,
color: "#ffffff", // 文本颜色 color: "#ffffff", // 文本颜色
fontSize: 12, fontSize: 10,
padding: 0, padding: 0,
}, },
itemGap: 8, itemGap: 8,
......
...@@ -58,4 +58,9 @@ ul, li { ...@@ -58,4 +58,9 @@ ul, li {
background-color: transparent; background-color: transparent;
cursor: pointer; cursor: pointer;
} }
@media (max-width: 2560px) {
body {
font-size: 15px;
}
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment