保安服务单位许可和备案申请系统
liuyg
2021-08-25 475923168d31943d81ee647ab23d9f27ffd9e72a
样式  修复右边两条滚动条
2 files modified
6 ■■■■■ changed files
src/components/cardPopup/cardPopup.vue 2 ●●●●● patch | view | raw | blame | history
src/views/home/index.vue 4 ●●●● patch | view | raw | blame | history
src/components/cardPopup/cardPopup.vue
@@ -4,6 +4,7 @@
    <div class="heards">{{ name }}</div>
    <basic-container>
      <div v-show="forms == 1" class="first-box-outer">
        <div class="f-b-o-in">
        <div class="handling-guideline">
          <h2 class="hand-title">{{ name }}办理指南</h2>
          <div
@@ -16,6 +17,7 @@
            {{ htmls }}
          </div>
        </div>
        </div>
        <div class="hand-next">
          <el-button type="primary" @click="tip0">下一步</el-button>
          <el-button type="primary" @click="qx">取消</el-button>
src/views/home/index.vue
@@ -287,8 +287,8 @@
}
.first-box-outer {
  width: 100%;
  max-height: 682px;
  overflow-y: scroll;
  max-height: 685px;
  overflow-y: hidden;
  overflow-x: hidden;
  .f-b-o-in {
    width: 100%;