소스 검색

CSS样式修改

rongxin_prod
QI_YUJIE 1 년 전
부모
커밋
f114fb867c
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      src/views/sunVillage_info/list_cbf.vue
  2. +1
    -1
      src/views/sunVillage_info/list_cbfsq.vue
  3. +1
    -1
      src/views/sunVillage_info/list_multipleLotsNh.vue

+ 1
- 1
src/views/sunVillage_info/list_cbf.vue 파일 보기

@@ -2,7 +2,7 @@
<div class="home_wrapper">
<div
class="header_main"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head_green.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
>
承包合同
<div class="return_btn" @click="onClickLeft"></div>


+ 1
- 1
src/views/sunVillage_info/list_cbfsq.vue 파일 보기

@@ -456,7 +456,7 @@
width: 100vw;
.header_main {
height: 116px;
background: url('../../assets/images/sunVillage_info/list_head.png') no-repeat;
background: url('../../assets/images/sunVillage_info/list_head_green.png') no-repeat;
background-size: 100% 100%;
position: fixed;
top: 0;


+ 1
- 1
src/views/sunVillage_info/list_multipleLotsNh.vue 파일 보기

@@ -2,7 +2,7 @@
<div class="home_wrapper">
<div
class="header_main"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head_green.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
>
标段合同
<div class="return_btn" @click="onClickLeft"></div>


불러오는 중...
취소
저장