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