Commit ee2de728 authored by jiaoyahui's avatar jiaoyahui

更改样式

parent dd02735f
...@@ -22,8 +22,8 @@ service.interceptors.request.use(config => { ...@@ -22,8 +22,8 @@ service.interceptors.request.use(config => {
let token='eyJhbGciOiJIUzUxMiJ9.eyJleHAiOjE3MjY2NTY2NjUsInN1YiI6IjQ4MjY2NiIsImlhdCI6MTcyNjA1MTg2NX0.obv2AOw311MIF_Wx9ese0IS4BhE3CY3hEy7NFi17VovEc24hpQw-i8_ZaftK6NKd_AY0Q0bfU62I-wEGGiNx_Q' // let token='eyJhbGciOiJIUzUxMiJ9.eyJleHAiOjE3MjczMzczOTksInN1YiI6IjQ4MjY2NiIsImlhdCI6MTcyNjczMjU5OX0._AjHstgu1OwRzIos66JEfJ8c3QRZVpteoJ8y1gxtUIs5sWjqt4-_S_eYWVezH_5IV3cHpYPoRpIfXgNsNJDiAA'
// let token= localStorage.getItem("getToken") let token= localStorage.getItem("getToken")
......
...@@ -569,7 +569,7 @@ export default { ...@@ -569,7 +569,7 @@ export default {
margin-top: 10px; margin-top: 10px;
} }
.tab_p { .tab_p {
width: 40%; width: 100%;
height: 85%; height: 85%;
background: #fffbe8; background: #fffbe8;
/* border: 1px solid red; */ /* border: 1px solid red; */
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</van-list> --> </van-list> -->
<div class="user" v-for="(item, index) in getList" :key="index"> <div class="user" v-for="(item, index) in getList" :key="index">
<div class="sre_p"> <div class="sre_p" @click="tab_let(item)">
<div class="uset_a" @click="tab_let(item)"> <div class="uset_a" @click="tab_let(item)">
<span>{{ item.productName }}</span> <span>{{ item.productName }}</span>
<span class="num">{{ item.numberSubscriptions }}⼈订阅</span> <span class="num">{{ item.numberSubscriptions }}⼈订阅</span>
...@@ -428,7 +428,7 @@ export default { ...@@ -428,7 +428,7 @@ export default {
background-color: #f7eec2; background-color: #f7eec2;
} }
.tab_img { .tab_img {
width: 90px; width: 85%;
position: absolute; position: absolute;
bottom: 16px; bottom: 16px;
left: 8px; left: 8px;
...@@ -493,7 +493,7 @@ export default { ...@@ -493,7 +493,7 @@ export default {
border-radius: 7% 7% 7% 7%; border-radius: 7% 7% 7% 7%;
} }
.tab_p { .tab_p {
width: 40%; width: 100%;
height: 85%; height: 85%;
background: #fffbe8; background: #fffbe8;
border: 1px solid red; border: 1px solid red;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment