|
@@ -10,7 +10,7 @@
|
|
|
<view class="title-text" :style="[{'marginLeft':left +'px'}]">{{title}}</view>
|
|
<view class="title-text" :style="[{'marginLeft':left +'px'}]">{{title}}</view>
|
|
|
<view class="right-button button" @click="rightClick">
|
|
<view class="right-button button" @click="rightClick">
|
|
|
<slot name="right" v-if="rightShow">
|
|
<slot name="right" v-if="rightShow">
|
|
|
- <text class="rightName" v-if="rightType===1">{{rightText}}</text>
|
|
|
|
|
|
|
+ <text class="rightName sys-color-black-0 sys-weight-400" v-if="rightType===1">{{rightText}}</text>
|
|
|
<text class="rightName r-but" v-else>{{rightText}}</text>
|
|
<text class="rightName r-but" v-else>{{rightText}}</text>
|
|
|
</slot>
|
|
</slot>
|
|
|
</view>
|
|
</view>
|
|
@@ -158,7 +158,6 @@
|
|
|
// width: 21px;
|
|
// width: 21px;
|
|
|
.rightName {
|
|
.rightName {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
- color: #333333;
|
|
|
|
|
}
|
|
}
|
|
|
.r-but{
|
|
.r-but{
|
|
|
background-color:#FF0000 ;
|
|
background-color:#FF0000 ;
|