From 725b1087089bd6ee58c7053e9187eb4f1ed0be31 Mon Sep 17 00:00:00 2001 From: subsub Date: Fri, 19 Jul 2024 11:18:41 +0900 Subject: [PATCH] =?UTF-8?q?2024/07/19=20=EC=A3=BC=EC=86=8C=EB=A1=9D?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=20>=20=EC=A3=BC=EC=86=8C=EB=A1=9D=20?= =?UTF-8?q?=EB=8C=80=EB=9F=89=EB=93=B1=EB=A1=9D=20select=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/adrbook1.html | 136 +++++++++++++++++---- src/main/webapp/publish/css/popupLayer.css | 9 +- 2 files changed, 120 insertions(+), 25 deletions(-) diff --git a/src/main/webapp/publish/adrbook1.html b/src/main/webapp/publish/adrbook1.html index 0c9f6484..7696a284 100644 --- a/src/main/webapp/publish/adrbook1.html +++ b/src/main/webapp/publish/adrbook1.html @@ -99,61 +99,153 @@
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
- 구분 + A
- 이름 + B
- 휴대폰 + C
- [*1*] + D
- [*2*] + E
- [*3*] + F
- [*4*] + G
-
메모
@@ -169,7 +261,6 @@
변수2
변수3
변수4
-
메모1
@@ -183,7 +274,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -197,7 +288,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -211,7 +302,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -225,7 +316,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -239,7 +330,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -253,7 +344,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -267,7 +358,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -281,7 +372,6 @@
변수2
변수3
변수4
-
메모1
@@ -295,7 +385,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -309,7 +399,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -590,10 +680,10 @@
  • -
    -
    diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css index a5ad30a0..232568f0 100644 --- a/src/main/webapp/publish/css/popupLayer.css +++ b/src/main/webapp/publish/css/popupLayer.css @@ -83,7 +83,7 @@ .adr_excel .sort_wrap button:nth-child(2) img {margin-left: -3px;} /* 주소록 대량등록 colgruop */ -.adr_excel .adr_hd>div:nth-child(1), .adr_excel .adr_bd>div:nth-child(1) {width: 40px;} +/* .adr_excel .adr_hd>div:nth-child(1), .adr_excel .adr_bd>div:nth-child(1) {width: 40px;} .adr_excel .adr_hd>div:nth-child(2), .adr_excel .adr_bd>div:nth-child(2) {width: 9%;} .adr_excel .adr_hd>div:nth-child(3), .adr_excel .adr_bd>div:nth-child(3) {width: 10%;} .adr_excel .adr_hd>div:nth-child(4), .adr_excel .adr_bd>div:nth-child(4) {width: 19%;} @@ -91,7 +91,12 @@ .adr_excel .adr_hd>div:nth-child(6), .adr_excel .adr_bd>div:nth-child(6) {width: 12%;} .adr_excel .adr_hd>div:nth-child(7), .adr_excel .adr_bd>div:nth-child(7) {width: 12%;} .adr_excel .adr_hd>div:nth-child(8), .adr_excel .adr_bd>div:nth-child(8) {width: 12%;} -.adr_excel .adr_hd>div:nth-child(9), .adr_excel .adr_bd>div:nth-child(9) {width: 10%;} +.adr_excel .adr_hd>div:nth-child(9), .adr_excel .adr_bd>div:nth-child(9) {width: 10%;} */ +.adr_excel .adr_hd>div,.adr_excel .adr_bd>div{width:calc((100% - 40px)/7);} +.adr_excel .adr_hd>div:nth-child(1),.adr_excel .adr_bd>div:nth-child(1){width:40px;} +.adr_excel .adr_hd.select_adr_hd{background:#e0e0e0;} +.adr_excel .adr_hd>div select{width:calc(100% - 8px);height:36px;background:transparent url(/publish/images/select_search.png) no-repeat 90% 15px;background-size:9%;margin:-8px 0 0 0;border:0;text-align:center;line-height:1.3;} +.adr_excel .adr_hd>div:last-child::after{display:none;} /* 붙여넣기 colgroup */ .excel_paste .adr_hd>div:nth-child(1), .excel_paste .adr_bd>div:nth-child(1) {width: 40px;}