We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f119b2 commit 2e41831Copy full SHA for 2e41831
3 files changed
frontend/index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/vite-sqlbot.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Vite + Vue + TS</title>
+ <title>SQLBot</title>
8
</head>
9
<body>
10
<div id="app"></div>
frontend/public/vite.svg
frontend/src/views/system/user/index.vue
@@ -328,8 +328,8 @@ onMounted(() => {
328
td {
329
height: 52px;
330
}
331
- border-left: 1px solid var(--el-table-border-color);
332
- border-right: 1px solid var(--el-table-border-color);
+ /* border-left: 1px solid var(--el-table-border-color);
+ border-right: 1px solid var(--el-table-border-color); */
333
334
.table-operate {
335
display: flex;
0 commit comments