Quellcode durchsuchen

优化

wulanhaote
庞东旭 vor 2 Jahren
Ursprung
Commit
b4d8ee406c
3 geänderte Dateien mit 17 neuen und 13 gelöschten Zeilen
  1. +1
    -1
      src/views/sunVillage_info/list_finance.vue
  2. +15
    -11
      src/views/sunVillage_info/list_finance_ranking.vue
  3. +1
    -1
      src/views/sunVillage_info/list_tourists.vue

+ 1
- 1
src/views/sunVillage_info/list_finance.vue Datei anzeigen

@@ -311,7 +311,7 @@
margin-right: 10px;
}
.news_title{
max-width:416px;
max-width:330px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;


+ 15
- 11
src/views/sunVillage_info/list_finance_ranking.vue Datei anzeigen

@@ -23,7 +23,7 @@
<div class="center_box">
<div class="name_box">
<van-row>
<van-col :span="24">姓名</van-col>
<van-col :span="24">具体事由</van-col>
</van-row>
<van-row v-for="(item,index) in applicationList">
<van-col :span="24">{{item.voucherSummary}}</van-col>
@@ -434,18 +434,18 @@
}
.name_box{
float: left;
width: 150PX;
width: 180PX;
position: relative;
.name_bg{
background-color: rgba(47,172,254,0.2);
width: 150PX;
width: 180PX;
height: 100%;
position: absolute;
top: 0;
}
.name_icon{
position: absolute;
bottom: -7PX;
top: 40PX;
left: 50%;
transform: translateX(-50%);
}
@@ -462,18 +462,19 @@
background-color: #2facfe;
color: #ffffff;
border-radius: 10PX;
text-align: center;
}
}
.van-col{
font-size: 16PX;
padding: 0PX 15PX;
text-align: center;
padding: 0PX 10PX;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
word-break: break-all;
overflow: hidden;
line-height: 41PX;
text-align: left;
}
}
.center_box{
@@ -481,19 +482,22 @@
}
.right_box{
float: left;
width: calc(100% - 150PX);
width: calc(100% - 180PX);
.van-row:nth-child(odd){
background-color: #ffffff;
}
.van-row:nth-child(1){
border-top-right-radius: 10PX;
border-bottom-right-radius: 10PX;
.van-col{
color: #2facfe;
text-align: center;
}
}
.van-col{
font-size: 16PX;
padding: 0PX 15PX;
text-align: center;
padding: 0PX 10PX;
text-align: right;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
@@ -509,7 +513,7 @@
padding: 0 3%;
p{
float: left;
width: 150PX;
width: 180PX;
padding: 10PX 15PX;
text-align: center;
font-size: 16PX;
@@ -517,7 +521,7 @@
}
.van-row{
float: left;
width: calc(100% - 150PX);
width: calc(100% - 180PX);
.van-col{
font-size: 16PX;
padding: 10PX 15PX;


+ 1
- 1
src/views/sunVillage_info/list_tourists.vue Datei anzeigen

@@ -312,7 +312,7 @@
margin-right: 10px;
}
.news_title{
max-width:416px;
max-width:330px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;


Laden…
Abbrechen
Speichern