css
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user