[mod] .el-tabs__item font-size 25px->18px

This commit is contained in:
建喵 2022-04-20 09:09:19 +08:00
parent a880040446
commit ac42de2c6c
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BJ_Casino_Rank</title>
<script type="module" crossorigin src="./assets/index.3ff2df8d.js"></script>
<link rel="stylesheet" href="./assets/index.ea1c5c11.css">
<link rel="stylesheet" href="./assets/index.b312efde.css">
</head>
<body>

View File

@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},

View File

@ -44,7 +44,7 @@ const handleClick = (tab: TabsPaneContext, event: Event) => {
}
.el-tabs__item {
font-size: 25px;
font-size: 18px;
}
#app {