a734cb3b by unknown

20191216

1 parent 66528e44
1 .ant-layout-sider-trigger {
2 color: #b73c3c;
3 background: #ffffff;
4 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: jiangbotao 2 * @Author: jiangbotao
3 * @Date: 2019-12-03 22:31:08 3 * @Date: 2019-12-03 22:31:08
4 * @LastEditors: jiangbotao 4 * @LastEditors: jiangbotao
5 * @LastEditTime: 2019-12-14 12:41:30 5 * @LastEditTime: 2019-12-16 00:39:49
6 * @FilePath: \superglobevue\src\App.vue 6 * @FilePath: \superglobevue\src\App.vue
7 --> 7 -->
8 <template> 8 <template>
...@@ -76,17 +76,8 @@ export default { ...@@ -76,17 +76,8 @@ export default {
76 transition: all 0.2s; 76 transition: all 0.2s;
77 } 77 }
78 .ant-layout-sider-trigger { 78 .ant-layout-sider-trigger {
79 position: fixed;
80 bottom: 0;
81 z-index: 1;
82 height: 48px;
83 color: #b73c3c; 79 color: #b73c3c;
84 line-height: 48px;
85 text-align: center;
86 background: #ffffff; 80 background: #ffffff;
87 cursor: pointer;
88 -webkit-transition: all 0.2s;
89 transition: all 0.2s;
90 } 81 }
91 #app{ 82 #app{
92 height: 100%; 83 height: 100%;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: jiangbotao 2 * @Author: jiangbotao
3 * @Date: 2019-12-03 22:31:08 3 * @Date: 2019-12-03 22:31:08
4 * @LastEditors: jiangbotao 4 * @LastEditors: jiangbotao
5 * @LastEditTime: 2019-12-14 12:45:34 5 * @LastEditTime: 2019-12-16 00:44:12
6 * @FilePath: \superglobevue\src\main.js 6 * @FilePath: \superglobevue\src\main.js
7 */ 7 */
8 import Vue from 'vue' 8 import Vue from 'vue'
...@@ -11,6 +11,7 @@ import App from './App' ...@@ -11,6 +11,7 @@ import App from './App'
11 import router from './router' 11 import router from './router'
12 import 'ant-design-vue/dist/antd.css' 12 import 'ant-design-vue/dist/antd.css'
13 import 'font-awesome/css/font-awesome.css' 13 import 'font-awesome/css/font-awesome.css'
14 import './../public/css/mycustom.css'
14 15
15 Vue.config.productionTip = false 16 Vue.config.productionTip = false
16 Vue.use(Antd) 17 Vue.use(Antd)
......