a1b69b74 by 杨炀

no message

1 parent 48587546
...@@ -109,7 +109,7 @@ const setA = () => { ...@@ -109,7 +109,7 @@ const setA = () => {
109 axisLabel: { 109 axisLabel: {
110 inside: false, 110 inside: false,
111 color: '#7ECEF4', 111 color: '#7ECEF4',
112 fontSize: '1.3rem' 112 fontSize: '1.1rem'
113 }, 113 },
114 axisTick: { 114 axisTick: {
115 show: false 115 show: false
...@@ -233,7 +233,7 @@ const setB = () => { ...@@ -233,7 +233,7 @@ const setB = () => {
233 }, 233 },
234 axisLabel: { 234 axisLabel: {
235 color: '#7ECEF4', 235 color: '#7ECEF4',
236 fontSize: '1.3rem' 236 fontSize: '1.1rem'
237 }, 237 },
238 axisLine: { 238 axisLine: {
239 show: true, 239 show: true,
......
...@@ -95,7 +95,7 @@ const setA = () => { ...@@ -95,7 +95,7 @@ const setA = () => {
95 axisLabel: { 95 axisLabel: {
96 inside: false, 96 inside: false,
97 color: '#7ECEF4', 97 color: '#7ECEF4',
98 fontSize: '1.3rem' 98 fontSize: '1.1rem'
99 }, 99 },
100 axisTick: { 100 axisTick: {
101 show: false 101 show: false
...@@ -235,7 +235,7 @@ const setB = () => { ...@@ -235,7 +235,7 @@ const setB = () => {
235 }, 235 },
236 axisLabel: { 236 axisLabel: {
237 color: '#7ECEF4', 237 color: '#7ECEF4',
238 fontSize: '1.3rem', 238 fontSize: '1.1rem',
239 interval: 0 239 interval: 0
240 }, 240 },
241 axisLine: { 241 axisLine: {
......
...@@ -58,7 +58,7 @@ export default defineConfig(({ mode, command }) => { ...@@ -58,7 +58,7 @@ export default defineConfig(({ mode, command }) => {
58 }, 58 },
59 // vite 相关配置 59 // vite 相关配置
60 server: { 60 server: {
61 port: 5175, 61 port: 5180,
62 host: true, 62 host: true,
63 open: true, 63 open: true,
64 proxy: { 64 proxy: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!