a734cb3b by unknown

20191216

1 parent 66528e44
.ant-layout-sider-trigger {
color: #b73c3c;
background: #ffffff;
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-03 22:31:08
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-14 12:41:30
* @LastEditTime: 2019-12-16 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%;
......
......@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-03 22:31:08
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-14 12:45:34
* @LastEditTime: 2019-12-16 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)
......