|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="button-area">
|
|
|
- <view @click="changeProperty(1)">花材</view>
|
|
|
+ <view class="active" @click="changeProperty(1)">花材</view>
|
|
|
<view @click="changeProperty(0)">成品</view>
|
|
|
<view @click="logout">退出</view>
|
|
|
<view @click="resetCustomer">选客</view>
|
|
|
@@ -172,11 +172,12 @@ export default {
|
|
|
margin-bottom: 10upx;
|
|
|
font-size: 10upx;
|
|
|
text-align: center;
|
|
|
- &.active {
|
|
|
- color: #008000;
|
|
|
- border-color: #008000;
|
|
|
- border-radius: 2upx;
|
|
|
- }
|
|
|
}
|
|
|
+ & .active {
|
|
|
+ color: #1627be;
|
|
|
+ border-color: #1627be;
|
|
|
+ font-size: 10upx;
|
|
|
+ font-weight:bold;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|