更新语言包
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
|
||||
// 默认箭头显示样式
|
||||
.right {
|
||||
position: absolute;
|
||||
// position: absolute;
|
||||
text-align: center;
|
||||
width: 80rpx;
|
||||
right: 30rpx;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="container-list-item" >
|
||||
<view class="content" @click="clickItem($event, item)">
|
||||
<view class="content" @click="clickItem($event, item)" style="justify-content: space-between;">
|
||||
<!-- 复选框 -->
|
||||
<view class="checkbox" v-if="isCheckBox" @click.stop="clickBox($event , item)">
|
||||
<i v-if="curChecked " :style="{'color' :checkActiveColor}"
|
||||
|
||||
Reference in New Issue
Block a user