Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蒋波涛
/
super_globe_vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a734cb3b
authored
2019-12-16 00:46:46 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
20191216
1 parent
66528e44
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
11 deletions
public/css/mycustom.css
src/App.vue
src/main.js
public/css/mycustom.css
0 → 100644
View file @
a734cb3
.ant-layout-sider-trigger
{
color
:
#b73c3c
;
background
:
#ffffff
;
}
\ No newline at end of file
src/App.vue
View file @
a734cb3
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-03 22:31:08
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-1
4 12:41:30
* @LastEditTime: 2019-12-1
6 00:39:49
* @FilePath: \superglobevue\src\App.vue
-->
<
template
>
...
...
@@ -76,17 +76,8 @@ export default {
transition
:
all
0.2s
;
}
.ant-layout-sider-trigger
{
position
:
fixed
;
bottom
:
0
;
z-index
:
1
;
height
:
48px
;
color
:
#b73c3c
;
line-height
:
48px
;
text-align
:
center
;
background
:
#ffffff
;
cursor
:
pointer
;
-webkit-transition
:
all
0.2s
;
transition
:
all
0.2s
;
}
#app
{
height
:
100%
;
...
...
src/main.js
View file @
a734cb3
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-03 22:31:08
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-1
4 12:45:34
* @LastEditTime: 2019-12-1
6 00:44:12
* @FilePath: \superglobevue\src\main.js
*/
import
Vue
from
'vue'
...
...
@@ -11,6 +11,7 @@ import App from './App'
import
router
from
'./router'
import
'ant-design-vue/dist/antd.css'
import
'font-awesome/css/font-awesome.css'
import
'./../public/css/mycustom.css'
Vue
.
config
.
productionTip
=
false
Vue
.
use
(
Antd
)
...
...
Please
register
or
sign in
to post a comment