css
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div class="commentList">
|
<div class="commentList">
|
||||||
<!-- tab栏 -->
|
<!-- tab栏 -->
|
||||||
<div style="position: fixed; top: 0; left: 0;width: 100%;">
|
<div style="position: fixed; top: 0; left: 0;width: 100%;">
|
||||||
<div style="display:flex;justify-content:space-between; padding: 0 18px;height: 40px; line-height: 40px;background: #FFFF;">
|
<div class="area">
|
||||||
<div>区域选择</div>
|
<div>区域选择</div>
|
||||||
<div>
|
<div>
|
||||||
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="changeArea" :name.sync="areaName">
|
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="changeArea" :name.sync="areaName">
|
||||||
@@ -132,7 +132,14 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.commentList {
|
.commentList {
|
||||||
|
.area {
|
||||||
|
display:flex;
|
||||||
|
justify-content:space-between;
|
||||||
|
padding: 0 30px;
|
||||||
|
height: 80px;
|
||||||
|
line-height: 80px;
|
||||||
|
background: #FFFF;
|
||||||
|
}
|
||||||
.tab-select {
|
.tab-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="infoList">
|
<div class="infoList">
|
||||||
<!-- tab栏 -->
|
<!-- tab栏 -->
|
||||||
<div style="position: fixed; top: 0; left: 0;width: 100%;">
|
<div style="position: fixed; top: 0; left: 0;width: 100%;">
|
||||||
<div style="display:flex;justify-content:space-between; padding: 0 18px;height: 40px; line-height: 40px;background: #FFFF;">
|
<div class="area">
|
||||||
<div>区域选择</div>
|
<div>区域选择</div>
|
||||||
<div>
|
<div>
|
||||||
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="changeArea" :name.sync="areaName">
|
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="changeArea" :name.sync="areaName">
|
||||||
@@ -131,7 +131,14 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.infoList {
|
.infoList {
|
||||||
|
.area {
|
||||||
|
display:flex;
|
||||||
|
justify-content:space-between;
|
||||||
|
padding: 0 30px;
|
||||||
|
height: 80px;
|
||||||
|
line-height: 80px;
|
||||||
|
background: #FFFF;
|
||||||
|
}
|
||||||
.tab-select {
|
.tab-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
|
|||||||
Reference in New Issue
Block a user