|
@@ -9,7 +9,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="app-tabs" @click.stop>
|
|
<view class="app-tabs" @click.stop>
|
|
|
- <Tabs :isFixed="false" :tabs="tabs" :top="50" :height="100" :currentTab="tabIndex" @change="changeTabEvent" itemWidth="25%">
|
|
|
|
|
|
|
+ <Tabs :isFixed="false" :tabs="tabs" :top="50" :height="100" :currentTab="tabIndex" :size="30" @change="changeTabEvent" itemWidth="25%">
|
|
|
</Tabs>
|
|
</Tabs>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="order-page">
|
|
<view class="order-page">
|
|
@@ -348,10 +348,10 @@ export default {
|
|
|
padding: 0 10upx 0 20upx;
|
|
padding: 0 10upx 0 20upx;
|
|
|
|
|
|
|
|
.add-btn {
|
|
.add-btn {
|
|
|
- height: 64upx;
|
|
|
|
|
- line-height: 64upx;
|
|
|
|
|
|
|
+ height: 78upx;
|
|
|
|
|
+ line-height: 78upx;
|
|
|
padding: 0 24upx;
|
|
padding: 0 24upx;
|
|
|
- font-size: 26upx;
|
|
|
|
|
|
|
+ font-size: 32upx;
|
|
|
border-radius: 8upx;
|
|
border-radius: 8upx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -363,6 +363,7 @@ export default {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
z-index: 9;
|
|
z-index: 9;
|
|
|
|
|
+ margin-top: 4upx; // 顶部 Tabs 整体跟上边(输入框/添加按钮栏)增加 4upx 距离
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -438,7 +439,7 @@ export default {
|
|
|
padding-right: 20upx;
|
|
padding-right: 20upx;
|
|
|
|
|
|
|
|
.store-title {
|
|
.store-title {
|
|
|
- font-size: 30upx;
|
|
|
|
|
|
|
+ font-size: 34upx; // 名字增大 4upx (30upx -> 34upx)
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
color: #222;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -589,10 +590,10 @@ export default {
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- font-size: 26upx; // 放大字号
|
|
|
|
|
|
|
+ font-size: 30upx; // 搜索采购按钮字增大 4upx (26upx -> 30upx)
|
|
|
color: white;
|
|
color: white;
|
|
|
- border-radius: 30upx;
|
|
|
|
|
- padding: 12upx 34upx; // 宽裕舒适的按钮内边距
|
|
|
|
|
|
|
+ border-radius: 35upx;
|
|
|
|
|
+ padding: 17upx 34upx; // 按钮高度增加 10upx (上下 padding 从 12upx -> 17upx,高度总共增加 10upx)
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
margin-left: 50upx; // 增加按钮间距,设为 20upx(搜索按钮离采购远 20upx)
|
|
margin-left: 50upx; // 增加按钮间距,设为 20upx(搜索按钮离采购远 20upx)
|
|
|
font-weight: bold; // 加粗字重
|
|
font-weight: bold; // 加粗字重
|
|
@@ -644,11 +645,11 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- font-size: 24upx;
|
|
|
|
|
|
|
+ font-size: 28upx; // 字增大 4upx (24upx -> 28upx)
|
|
|
color: #666;
|
|
color: #666;
|
|
|
background-color: #f7f8fa;
|
|
background-color: #f7f8fa;
|
|
|
border-radius: 8upx;
|
|
border-radius: 8upx;
|
|
|
- padding: 12upx 0;
|
|
|
|
|
|
|
+ padding: 14upx 0;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
margin-right: 16upx;
|
|
margin-right: 16upx;
|
|
|
transition: all 0.2s ease;
|
|
transition: all 0.2s ease;
|
|
@@ -693,7 +694,7 @@ export default {
|
|
|
|
|
|
|
|
.pending-text {
|
|
.pending-text {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
- font-size: 24upx;
|
|
|
|
|
|
|
+ font-size: 30upx; // 字大 6upx (24upx -> 30upx)
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #ff2842;
|
|
color: #ff2842;
|
|
|
line-height: 1.4;
|
|
line-height: 1.4;
|