Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
support
Overview
Overview
Details
Activity
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
苏文标
support
Commits
9b7bc9db
Commit
9b7bc9db
authored
Oct 31, 2023
by
suwenbiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # package-lock.json
parents
a736b8cc
0398c667
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
style.css
src/assets/style.css
+23
-0
main.ts
src/main.ts
+1
-0
No files found.
src/assets/style.css
0 → 100644
View file @
9b7bc9db
*
{
margin
:
0
;
padding
:
0
;
box-sizing
:
border-box
;
outline
:
none
!important
}
html
,
body
,
#app
{
margin
:
0
;
padding
:
0
;
width
:
100%
;
height
:
100%
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
SimSun
,
sans-serif
;
font-weight
:
400
;
-webkit-font-smoothing
:
antialiased
;
-webkit-tap-highlight-color
:
transparent
;
background-color
:
var
(
--ba-bg-color
);
font-size
:
14px
;
overflow
:
hidden
;
position
:
relative
}
\ No newline at end of file
src/main.ts
View file @
9b7bc9db
...
...
@@ -3,6 +3,7 @@ import ElementPlus from 'element-plus'
import
'element-plus/dist/index.css'
import
App
from
'./App.vue'
import
router
from
'./router'
import
'./assets/style.css'
// import store from './store'
const
app
=
createApp
(
App
)
...
...
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