feat:设备使用记录
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
class="da-tree-item__label"
|
||||
:class="'da-tree-item__label--' + item.checkedStatus"
|
||||
@click="handleLabelClick(item)"
|
||||
><text>{{ item.label }} </text><text class="da-tree-item__label--append" v-if="item.append">{{ item.append }}</text></view
|
||||
><text>{{ item.label }} </text
|
||||
><text class="da-tree-item__label--append" v-if="item.append">{{ item.append }}</text></view
|
||||
>
|
||||
</view>
|
||||
</scroll-view>
|
||||
@@ -1154,8 +1155,8 @@ export default defineComponent({
|
||||
flex: 1;
|
||||
margin-left: 2px;
|
||||
color: #555;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&--2 {
|
||||
color: var(--theme-color, #007aff);
|
||||
|
||||
Reference in New Issue
Block a user