Commit 4e5cd79c authored by 786817560's avatar 786817560

'pull'

parent fa944d76
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2019-09-29 10:02:11 * @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-11-11 16:38:59 * @LastEditTime: 2019-11-28 18:19:14
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
--> -->
...@@ -351,7 +351,7 @@ export default { ...@@ -351,7 +351,7 @@ export default {
} }
.bottom-tab-button{ .bottom-tab-button{
background: #00469C; background: @headerColor;
border-radius: 4px; border-radius: 4px;
color:white; color:white;
height: 40px; height: 40px;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Descrip: 产品明细 * @Descrip: 产品明细
* @Author: your name * @Author: your name
* @Date: 2019-10-15 14:30:00 * @Date: 2019-10-15 14:30:00
* @LastEditTime: 2019-11-20 14:44:52 * @LastEditTime: 2019-11-29 09:21:47
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
--> -->
<template> <template>
...@@ -522,8 +522,8 @@ export default { ...@@ -522,8 +522,8 @@ export default {
} }
.bgcolor { .bgcolor {
background: #00469C; background: @headerColor;
border: 1px solid #00469C; border: 1px solid @headerColor;
border-radius: 4px; border-radius: 4px;
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;
color: #FFFFFF; color: #FFFFFF;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment