
--- client/resources/scss/admin/content.scss
+++ client/resources/scss/admin/content.scss
... | ... | @@ -337,6 +337,7 @@ |
337 | 337 |
margin-left: 0; |
338 | 338 |
margin-bottom: 0; |
339 | 339 |
} |
340 |
+ |
|
340 | 341 |
} |
341 | 342 |
} |
342 | 343 |
|
... | ... | @@ -619,15 +620,22 @@ |
619 | 620 |
|
620 | 621 |
.gallery-wrap{ |
621 | 622 |
margin-bottom: 3rem; |
622 |
- .mySwiper{ |
|
623 |
+ .mySwiper2{ |
|
623 | 624 |
max-width: 600px; |
624 | 625 |
height: auto; |
625 | 626 |
aspect-ratio: 4/3; |
626 | 627 |
background-color: #c8d0d8; |
628 |
+ |
|
629 |
+ img{ |
|
630 |
+ width: 100%; |
|
631 |
+ height: 100%; |
|
632 |
+ object-fit: cover; |
|
633 |
+ } |
|
627 | 634 |
} |
628 | 635 |
|
629 |
- .mySwiper2{ |
|
636 |
+ .mySwiper{ |
|
630 | 637 |
max-width: 600px; |
638 |
+ margin-top: 1rem; |
|
631 | 639 |
.swiper-slide{ |
632 | 640 |
width: 25%; |
633 | 641 |
height: auto; |
--- client/views/pages/adm/boardManagement/template/faqTemplate/FaqSelectList.vue
+++ client/views/pages/adm/boardManagement/template/faqTemplate/FaqSelectList.vue
... | ... | @@ -319,7 +319,7 @@ |
319 | 319 |
</td> |
320 | 320 |
<td> |
321 | 321 |
<div |
322 |
- v-if="item.ansCn != null && roles == 'ROLE_ADMIN'" |
|
322 |
+ v-if="item.ansCn != null && roles == 'ROLE_ADMIN'" class="btn-zone" |
|
323 | 323 |
> |
324 | 324 |
<button |
325 | 325 |
class="btn sm primary" |
... | ... | @@ -330,6 +330,7 @@ |
330 | 330 |
<button |
331 | 331 |
class="btn sm red" |
332 | 332 |
@click="fnAnswerDel(item)" |
333 |
+ style="margin-left: 1rem;" |
|
333 | 334 |
> |
334 | 335 |
답변삭제 |
335 | 336 |
</button> |
--- client/views/pages/adm/boardManagement/template/galleryTemplate/GallerySelectListOne.vue
+++ client/views/pages/adm/boardManagement/template/galleryTemplate/GallerySelectListOne.vue
... | ... | @@ -17,34 +17,28 @@ |
17 | 17 |
<div class="form-content grid-none overflow-y"> |
18 | 18 |
<div ref="first"> |
19 | 19 |
<div class="gallery-wrap"> |
20 |
- <swiper-container |
|
21 |
- class="mySwiper" |
|
22 |
- thumbs-swiper=".mySwiper2" |
|
23 |
- space-between="10" |
|
24 |
- navigation="true" |
|
25 |
- > |
|
26 |
- <swiper-slide |
|
27 |
- v-for="(item, index) in imgFileList" |
|
28 |
- :key="index" |
|
29 |
- > |
|
30 |
- <img :src="item.absltPath" /> |
|
31 |
- </swiper-slide> |
|
32 |
- </swiper-container> |
|
20 |
+ <div class="swiper mySwiper2"> |
|
21 |
+ <div class="swiper-wrapper"> |
|
22 |
+ <div class="swiper-slide" |
|
23 |
+ v-for="(item, index) in imgFileList" |
|
24 |
+ :key="index" |
|
25 |
+ > |
|
26 |
+ <img :src="item.absltPath" /> |
|
27 |
+ </div> |
|
28 |
+ </div> |
|
29 |
+ </div> |
|
33 | 30 |
|
34 |
- <swiper-container |
|
35 |
- class="mySwiper2" |
|
36 |
- space-between="10" |
|
37 |
- slides-per-view="4" |
|
38 |
- free-mode="true" |
|
39 |
- watch-slides-progress="true" |
|
40 |
- > |
|
41 |
- <swiper-slide |
|
31 |
+ <div thumbsSlider="" class="swiper mySwiper"> |
|
32 |
+ <div class="swiper-wrapper"> |
|
33 |
+ <div class="swiper-slide" |
|
42 | 34 |
v-for="(item, index) in imgFileList" |
43 | 35 |
:key="index" |
44 | 36 |
> |
45 | 37 |
<img :src="item.absltPath" class="radius" /> |
46 |
- </swiper-slide> |
|
47 |
- </swiper-container> |
|
38 |
+ </div> |
|
39 |
+ </div> |
|
40 |
+ |
|
41 |
+ </div> |
|
48 | 42 |
</div> |
49 | 43 |
<div |
50 | 44 |
class="editor5" |
--- client/views/pages/adm/main/Main.vue
+++ client/views/pages/adm/main/Main.vue
... | ... | @@ -3,29 +3,33 @@ |
3 | 3 |
<div class="content"> |
4 | 4 |
<div class="scroll"> |
5 | 5 |
<div class="top-zone"> |
6 |
- <div class="popup-table tbl-wrap"> |
|
6 |
+ <div class="popup-table"> |
|
7 | 7 |
<div class="section-title"> |
8 | 8 |
<p>팝업관리</p> |
9 | 9 |
</div> |
10 |
- <ListTable |
|
11 |
- :colgroup="colgroup" |
|
12 |
- :thead="thead" |
|
13 |
- :tbody="tbody" |
|
14 |
- :className="'data cursor'" |
|
15 |
- @listClick="fnPopupViewDetail" |
|
16 |
- /> |
|
10 |
+ <div class="tbl-wrap"> |
|
11 |
+ <ListTable |
|
12 |
+ :colgroup="colgroup" |
|
13 |
+ :thead="thead" |
|
14 |
+ :tbody="tbody" |
|
15 |
+ :className="'data cursor'" |
|
16 |
+ @listClick="fnPopupViewDetail" |
|
17 |
+ /> |
|
18 |
+ </div> |
|
17 | 19 |
</div> |
18 |
- <div class="new-table tbl-wrap"> |
|
20 |
+ <div class="new-table"> |
|
19 | 21 |
<div class="section-title"> |
20 | 22 |
<p>최근 등록 글</p> |
21 | 23 |
</div> |
22 |
- <ListTable |
|
23 |
- :colgroup="colgroup2" |
|
24 |
- :thead="thead2" |
|
25 |
- :tbody="tbody2" |
|
26 |
- :className="'data cursor'" |
|
27 |
- @listClick="fnBbsCnViewDetail" |
|
28 |
- /> |
|
24 |
+ <div class="tbl-wrap"> |
|
25 |
+ <ListTable |
|
26 |
+ :colgroup="colgroup2" |
|
27 |
+ :thead="thead2" |
|
28 |
+ :tbody="tbody2" |
|
29 |
+ :className="'data cursor'" |
|
30 |
+ @listClick="fnBbsCnViewDetail" |
|
31 |
+ /> |
|
32 |
+ </div> |
|
29 | 33 |
</div> |
30 | 34 |
</div> |
31 | 35 |
<div class="middle-zone"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?