Bläddra i källkod

修改样式

message
corala 2 år sedan
förälder
incheckning
5dfe3022c1
4 ändrade filer med 16 tillägg och 19 borttagningar
  1. +2
    -2
      manifest.json
  2. +3
    -4
      pages/center/Piabodata/TrendAnalysis.vue
  3. +1
    -1
      pages/center/consumer/consumerDetail.vue
  4. +10
    -12
      pages/mine/details2.vue

+ 2
- 2
manifest.json Visa fil

@@ -1,5 +1,5 @@
{
"name" : "AI销",
"name" : "AI销讲助手",
"appid" : "__UNI__7A1611D",
"description" : "AI销讲助手",
"versionName" : "1.1.0",
@@ -72,7 +72,7 @@
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "wxd6dd7eae72606ca2",
"appid" : "wx83fec12ec03d9349",
"setting" : {
"urlCheck" : false,
"es6" : true,


+ 3
- 4
pages/center/Piabodata/TrendAnalysis.vue Visa fil

@@ -18,11 +18,10 @@
<image class="Underimg" src="../../../static/images/down.png" mode=""></image>
</view>
</view>
<view class="timepickpick">
<view @click="checkboxChange()" style="width: 30rpx;height:30rpx;border: 1rpx solid #E0E0E0;">
<image v-if="timepickpickisshow" style="width: 30rpx;height: 30rpx;"
<view class="timepickpick" @click="checkboxChange()">
<image v-if="timepickpickisshow" style="width: 30rpx;height: 30rpx;"
src="../../../static/images/xuanzhong.png" mode=""></image>
</view>
<view v-else style="width: 30rpx;height:30rpx;border: 1px solid #E0E0E0;box-sizing:border-box;"></view>
<view style="font-size:26rpx;text-indent: 12rpx;">对比</view>
</view>
<view class="timepicktime" v-if="timepickpickisshow">


+ 1
- 1
pages/center/consumer/consumerDetail.vue Visa fil

@@ -29,7 +29,7 @@
</view>
</view>
<view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">{{customerInfo.ownerName}}</view>
顾问姓名:<view class="content-sec-lab1">{{customerInfo.ownerName||''}}</view>
</view>
<view class="content-sec-lab" >
客户标签:


+ 10
- 12
pages/mine/details2.vue Visa fil

@@ -2403,10 +2403,11 @@
display: flex;
}
// 顾问默认在右边显示
.scroll-Y .text[data-guwen="0"],
.scroll-Y .text[data-speaker="2"],
.scroll-Y .text[data-speaker="4"],
.scroll-Y .text[data-speaker="6"] {
.scroll-Y .text[data-guwen="0"]
// .scroll-Y .text[data-speaker="2"],
// .scroll-Y .text[data-speaker="4"],
// .scroll-Y .text[data-speaker="6"]
{
flex-direction: row-reverse;
text-align: right;
@@ -2440,10 +2441,11 @@

}

.scroll-Y .text[data-guwen="0"],
.scroll-Y .text[data-speaker="2"],
.scroll-Y .text[data-speaker="4"],
.scroll-Y .text[data-speaker="6"] {
.scroll-Y .text[data-guwen="0"]
// .scroll-Y .text[data-speaker="2"],
// .scroll-Y .text[data-speaker="4"],
// .scroll-Y .text[data-speaker="6"]
{
.contentInfo {
.info {
.AudioUserName {
@@ -2828,10 +2830,6 @@
position: relative;
}
// .scroll-Y .isGreen .contentInfo .contentMain .content {
// background: #2BC805 !important;
// color: #FFFFFF;
// }
/deep/ .u-model-title{
padding: 34rpx 0 16rpx !important;
}


Laddar…
Avbryt
Spara