This commit is contained in:
shijingjing
2022-03-07 16:13:46 +08:00
parent e9c48e2e4b
commit 5ec4be2db5
2 changed files with 18 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<div class="commentList">
<!-- tab栏 -->
<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>
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="changeArea" :name.sync="areaName">
@@ -132,7 +132,14 @@ export default {
<style lang="scss" scoped>
.commentList {
.area {
display:flex;
justify-content:space-between;
padding: 0 30px;
height: 80px;
line-height: 80px;
background: #FFFF;
}
.tab-select {
width: 100%;
height: 96px;

View File

@@ -2,7 +2,7 @@
<div class="infoList">
<!-- tab栏 -->
<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>
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="changeArea" :name.sync="areaName">
@@ -131,7 +131,14 @@ export default {
<style lang="scss" scoped>
.infoList {
.area {
display:flex;
justify-content:space-between;
padding: 0 30px;
height: 80px;
line-height: 80px;
background: #FFFF;
}
.tab-select {
width: 100%;
height: 96px;