Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
voltaic2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
limeimei
voltaic2
Commits
6f2eb2f2
Commit
6f2eb2f2
authored
Mar 15, 2024
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
0de0bcec
Pipeline
#2364
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
index.vue
src/components/index.vue
+5
-0
vue.config.js
vue.config.js
+1
-1
No files found.
src/components/index.vue
View file @
6f2eb2f2
...
@@ -97,6 +97,11 @@
...
@@ -97,6 +97,11 @@
padding-bottom
:
40px
;
padding-bottom
:
40px
;
}
}
::v-deep
.el-tabs
.is-active
{
color
:
#1890FF
;
}
::v-deep
.el-tabs__nav-wrap
::after
{
::v-deep
.el-tabs__nav-wrap
::after
{
height
:
0px
;
height
:
0px
;
}
}
...
...
vue.config.js
View file @
6f2eb2f2
...
@@ -7,7 +7,7 @@ module.exports = {
...
@@ -7,7 +7,7 @@ module.exports = {
lintOnSave
:
false
,
lintOnSave
:
false
,
runtimeCompiler
:
true
,
runtimeCompiler
:
true
,
devServer
:
{
devServer
:
{
host
:
"localhost"
,
//
host: "localhost",
// port: 8080, // 端口
// port: 8080, // 端口
// https: false,
// https: false,
proxy
:
{
proxy
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment