Commit 03600fed authored by youjie's avatar youjie

no message

parent ab94b8b2
......@@ -72,7 +72,7 @@
class="EvaluationDetailFixed"
:style="[titleStyle]">
<view class="EvaluationDetail-types-box">
<view style="padding: 0 40rpx;" class="row justify-between">
<view style="padding: 0 80rpx;" class="row justify-between">
<view class="EvaluationDetail-types-text row" v-for="(item,index) in titles" :key="index"
:class="[fatherType==item.type?'active':'']"
@click="fatherClick(item)">
......@@ -84,7 +84,7 @@
</view>
</view>
</view>
<view style="padding: 37rpx 40rpx 20rpx 40rpx;">
<view style="padding: 37rpx 80rpx 20rpx 80rpx;">
<view class="EvaluationDetail-type row">
<template v-for="(item,index) in childTitles" >
<view :key="index" class="EvaluationDetail-type-text row items-center justify-center"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment