a1b69b74 by 杨炀

no message

1 parent 48587546
......@@ -109,7 +109,7 @@ const setA = () => {
axisLabel: {
inside: false,
color: '#7ECEF4',
fontSize: '1.3rem'
fontSize: '1.1rem'
},
axisTick: {
show: false
......@@ -233,7 +233,7 @@ const setB = () => {
},
axisLabel: {
color: '#7ECEF4',
fontSize: '1.3rem'
fontSize: '1.1rem'
},
axisLine: {
show: true,
......
......@@ -95,7 +95,7 @@ const setA = () => {
axisLabel: {
inside: false,
color: '#7ECEF4',
fontSize: '1.3rem'
fontSize: '1.1rem'
},
axisTick: {
show: false
......@@ -235,7 +235,7 @@ const setB = () => {
},
axisLabel: {
color: '#7ECEF4',
fontSize: '1.3rem',
fontSize: '1.1rem',
interval: 0
},
axisLine: {
......
......@@ -58,7 +58,7 @@ export default defineConfig(({ mode, command }) => {
},
// vite 相关配置
server: {
port: 5175,
port: 5180,
host: true,
open: true,
proxy: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!