liuyg
2022-01-20 0ec1d94a52fb878098c3dda84e72f0f32b5ab9d2
+隐藏全屏弹窗的标签栏,隐藏底部最左侧按钮
3 files modified
8 ■■■■ changed files
src/components/mobileCortrolButtom/index.vue 2 ●●● patch | view | raw | blame | history
src/components/mobilePopupOur/index.vue 2 ●●● patch | view | raw | blame | history
src/styles/mobile/popup.scss 4 ●●●● patch | view | raw | blame | history
src/components/mobileCortrolButtom/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="m-left-mobileCortrolButtom">
    <!-- <div class="m-l-inbut" @click="mubiao"><i class="el-icon-s-help"></i></div> -->
    <div class="m-l-inbut">
    <div class="m-l-inbut" v-show="false">
      <!-- <i class="el-icon-s-flag"></i> -->
      <el-dropdown trigger="click" @command="handleCommand">
        <span class="el-dropdown-link icons">
src/components/mobilePopupOur/index.vue
@@ -197,7 +197,7 @@
        ) {
          // 社区建筑使用该id获取具体信息
          data.forEach((item) => {
            let icon = item.tpurl.split(",");
            let icon = item.tpurl ? item.tpurl.split(",") : item.id;
            outList.push({
              id: item.id,
              name: item.mechanismname,
src/styles/mobile/popup.scss
@@ -510,3 +510,7 @@
  border-radius: 5px;
  padding: 4px 10px 5px;
}
#mobilePopupOur .el-tabs__header {
  display: none !important;
}