Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
feat: ui问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wh-990624 committed Jul 13, 2024
1 parent d967598 commit fe9a37e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions app/src/main/assets/web/CSS/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ video {
align-items: center;
}

.content {
padding-top: 10px;
}

.theme1 {

.content-box {
Expand All @@ -208,7 +204,7 @@ video {
}

.list-icon {
width: 20px;
width: 20px!important;
z-index: 9999;
color: #216eee;
display: inline-block;
Expand Down Expand Up @@ -236,17 +232,13 @@ video {
}

.list-icon {
width: 16px;
width: 16px!important;
z-index: 9999;
color: #216eee;
display: block;
margin-bottom:5px;
}

.van-tab--active .van-tab__text {
margin-bottom: 5px;
}

}


Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</template>

<div class="content-box">
<div v-for="(item,index) in setData[currentTab]" :key="item.name+index">
<div v-for="(item,index) in setData[tabs_index]" :key="item.name+index">
<div class="flex-space-between pdTB8" v-if="item.type==='BOOLEAN'">
<div class="title">{{item.name}}</div>
<div class="flex-center">
Expand Down Expand Up @@ -159,7 +159,7 @@
</template>
<div class="content-box">
<div
v-for="(item,index) in setData[currentTab]"
v-for="(item,index) in setData[tabs_index]"
:key="item.name+index"
>
<div
Expand Down

0 comments on commit fe9a37e

Please sign in to comment.