This commit is contained in:
parent
a62d91c43f
commit
41ef7e9cb9
|
@ -65,7 +65,14 @@
|
|||
@click="addClickHandls(item)"
|
||||
:key="index"
|
||||
>
|
||||
<img class="imgse" :src="item.img||'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'" alt="" />
|
||||
<img
|
||||
class="imgse"
|
||||
:src="
|
||||
item.img ||
|
||||
'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
<div class="bodys">
|
||||
<div class="bt">{{ item.fu_wu_ti_gong_dan_wei_ming_chen }}</div>
|
||||
<div class="dz">
|
||||
|
@ -109,10 +116,13 @@
|
|||
:style="{ padding: '45px 10px 45px 10px', width: '90%' }"
|
||||
>
|
||||
<div style="width: 99%; margin: 0 auto">
|
||||
<div style="width: 90%; height: 130px; margin: 0 auto">
|
||||
<div style="width: 66%; height: 130px; margin: 0 auto">
|
||||
<img
|
||||
style="width: 100%; height: 100%; border-radius: 5px"
|
||||
:src="showdata.tp||'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'"
|
||||
:src="
|
||||
showdata.tp ||
|
||||
'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
|
@ -411,6 +421,8 @@ const columnList = (e) => {
|
|||
};
|
||||
|
||||
const getlist = (e) => {
|
||||
dropdown.rmyy = [];
|
||||
|
||||
list.page = 1;
|
||||
let paly = {
|
||||
column_id: "",
|
||||
|
@ -624,7 +636,8 @@ const getlists = (e) => {
|
|||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -635,7 +648,7 @@ const getlists = (e) => {
|
|||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #999999;
|
||||
line-height: 12px;
|
||||
line-height: 14px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -650,7 +663,7 @@ const getlists = (e) => {
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
width: 170px;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.zl {
|
||||
|
|
Loading…
Reference in New Issue