图片
This commit is contained in:
parent
e738bc61b6
commit
60eed37be3
9
public/normalize.css
vendored
9
public/normalize.css
vendored
@ -149,8 +149,17 @@ sup {
|
|||||||
|
|
||||||
img {
|
img {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
|
/* background-color: red; */
|
||||||
|
/* opacity:0 !important; */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
img[src=""],img:not([src]){
|
||||||
|
opacity:0 !important;
|
||||||
|
border: none !important;
|
||||||
|
margin: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms
|
/* Forms
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -197,7 +197,7 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
t.text = "暂无更多";
|
t.text = "暂无相关数据";
|
||||||
}
|
}
|
||||||
// t.list=res.data.data
|
// t.list=res.data.data
|
||||||
});
|
});
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
<!-- <img :src="'https://api.luyuan.tk/getdata?data=' + imgurl" alt=""> -->
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<img class="portrait" :src="'http://lawpro.earnest.pro' + userimg" alt />
|
<img class="portrait" :src="'http://lawpro.earnest.pro' + userimg" alt />
|
||||||
<div class="introduce">
|
<div class="introduce">
|
||||||
@ -207,8 +208,9 @@ export default {
|
|||||||
status: ["", "文章", "问题", "回答"],
|
status: ["", "文章", "问题", "回答"],
|
||||||
type: ["", "我点赞", "我收藏", "我关注", "我评论", "我回答"],
|
type: ["", "我点赞", "我收藏", "我关注", "我评论", "我回答"],
|
||||||
types: 4,
|
types: 4,
|
||||||
page: 1,
|
page: 0,
|
||||||
lock: false
|
lock: false
|
||||||
|
// imgurl:""
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
@ -295,6 +297,7 @@ export default {
|
|||||||
token: localStorage.getItem("token")
|
token: localStorage.getItem("token")
|
||||||
})
|
})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
|
// this.imgurl = JSON.stringify(res)
|
||||||
// window.console.log(res.data)
|
// window.console.log(res.data)
|
||||||
if (res.data.code == 200) {
|
if (res.data.code == 200) {
|
||||||
(this.userimg = res.data.data.user.avatar),
|
(this.userimg = res.data.data.user.avatar),
|
||||||
|
@ -112,6 +112,7 @@ localStorage.setItem('token', res.data.data)
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-bottom: 2px solid #dfdfdf;
|
border-bottom: 2px solid #dfdfdf;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
padding: 10px 0;
|
||||||
.order {
|
.order {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@ -127,7 +128,7 @@ localStorage.setItem('token', res.data.data)
|
|||||||
}
|
}
|
||||||
.shuru {
|
.shuru {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
height: 64px;
|
height: 44px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user