This commit is contained in:
liuye
2022-02-15 09:03:27 +08:00
parent c507e613f1
commit 7828b195c5
5 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="AppMailList">
<div class="AppPhoneList">
<AiTopFixed>
<!-- <div class="header-top">
<div>区域选择</div>
@@ -53,8 +53,8 @@
<script>
import { mapState } from 'vuex'
export default {
name: "AppMailList",
appName: "便民通讯录(山东)",
name: "AppPhoneList",
appName: "(山东)便民通讯录",
inject: {
root: {}
},
@@ -123,7 +123,7 @@ export default {
</script>
<style lang="scss" scoped>
.AppMailList {
.AppPhoneList {
::v-deep .fixed{
z-index: 9999;
}