|
|
@@ -246,7 +246,7 @@
|
|
|
<!-- 底部保存按钮 -->
|
|
|
<view class="footer-btn-wrap">
|
|
|
<view class="sort-indicator">
|
|
|
- <text class="sort-label">商城显示顺序:</text>
|
|
|
+ <text class="sort-label">显示顺序:</text>
|
|
|
<text class="sort-value">{{ sortedMethodsText }}</text>
|
|
|
</view>
|
|
|
<button class="admin-button-com big blue" @click="submitSave">保存</button>
|
|
|
@@ -807,12 +807,12 @@ export default {
|
|
|
}
|
|
|
|
|
|
.sort-label {
|
|
|
- font-size: 20upx;
|
|
|
+ font-size: 26upx;
|
|
|
color: #999999;
|
|
|
}
|
|
|
|
|
|
.sort-value {
|
|
|
- font-size: 24upx;
|
|
|
+ font-size: 28upx;
|
|
|
color: #333333;
|
|
|
font-weight: bold;
|
|
|
margin-top: 4upx;
|