From 86ee923282de2423ae858ea8485752fe5564fc40 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 수, 19 1월 2022 15:56:39 +0900
Subject: [PATCH] 검색후에 10 -> 100 변경하면 목록이 달라지는 문제 해결

---
 src/main/webapp/scripts/app/companyField/companyFieldList.controller.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/scripts/app/companyField/companyFieldList.controller.js b/src/main/webapp/scripts/app/companyField/companyFieldList.controller.js
index c641fac..be4e4a0 100644
--- a/src/main/webapp/scripts/app/companyField/companyFieldList.controller.js
+++ b/src/main/webapp/scripts/app/companyField/companyFieldList.controller.js
@@ -95,12 +95,12 @@
                         .setDAlign("text-center"));
                     $scope.vm.tableConfigs.push($tableProvider.config()
                         .setHName("companyField.tel")
-                        .setHWidth("bold")
+                        .setHWidth("width-200-p bold")
                         .setDName("tel")
                         .setDAlign("text-center"));
                     $scope.vm.tableConfigs.push($tableProvider.config()
                         .setHName("companyField.email")
-                        .setHWidth("bold")
+                        .setHWidth("width-200-p bold")
                         .setDName("email")
                         .setDAlign("text-center"));
                     $scope.vm.tableConfigs.push($tableProvider.config()

--
Gitblit v1.8.0