保安服务单位许可和备案申请系统
liuyg
2021-08-25 475923168d31943d81ee647ab23d9f27ffd9e72a
样式  修复右边两条滚动条
2 files modified
26 ■■■■ changed files
src/components/cardPopup/cardPopup.vue 22 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 4 ●●●● patch | view | raw | blame | history
src/components/cardPopup/cardPopup.vue
@@ -4,16 +4,18 @@
    <div class="heards">{{ name }}</div>
    <basic-container>
      <div v-show="forms == 1" class="first-box-outer">
        <div class="handling-guideline">
          <h2 class="hand-title">{{ name }}办理指南</h2>
          <div
            class="hand-content"
            ref="handcontent"
            id="handcontent"
            v-html="htmls"
          >
            <!-- ### -->
            {{ htmls }}
        <div class="f-b-o-in">
          <div class="handling-guideline">
            <h2 class="hand-title">{{ name }}办理指南</h2>
            <div
              class="hand-content"
              ref="handcontent"
              id="handcontent"
              v-html="htmls"
            >
              <!-- ### -->
              {{ htmls }}
            </div>
          </div>
        </div>
        <div class="hand-next">
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%;