Ver Fonte

Merge branch 'master' of http://wcollector.idatabank.com:5230/dbs289/LifeCenter.git

huiwon.seo há 4 anos atrás
pai
commit
06a161bdf5

+ 2 - 2
src/main/resources/application.properties

@@ -6,8 +6,8 @@ spring.mvc.view.suffix=.jsp
 #spring.datasource.driver-class-name=cubrid.jdbc.driver.CUBRIDDriver
 #spring.datasource.url=jdbc:cubrid:localhost:30000:LIFE_CENTER:::?charset=UTF-8
 spring.datasource.driver-class-name=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
-spring.datasource.url=jdbc:log4jdbc:cubrid:61.97.184.187:30000:LIFE_CENTER:::?charset=UTF-8
-#spring.datasource.url=jdbc:log4jdbc:cubrid:localhost:30000:LIFE_CENTER:::?charset=UTF-8
+#spring.datasource.url=jdbc:log4jdbc:cubrid:61.97.184.187:30000:LIFE_CENTER:::?charset=UTF-8
+spring.datasource.url=jdbc:log4jdbc:cubrid:localhost:30000:LIFE_CENTER:::?charset=UTF-8
 
 spring.datasource.username=dba
 spring.datasource.password=#zo240s!

+ 6 - 0
src/main/webapp/resources/css/common/classic.css

@@ -145,6 +145,12 @@
 .card-footer .pagination > li > a { color: inherit; text-decoration: none; cursor: inherit; }
 #playButton.disabled, #pauseButton.disabled { display:none; }
 #tabMemo th:nth-child(2), #tabMemo td:nth-child(2) { text-align: left; }
+
+table#phrDataTable th, table#symptomDataTable th, table#memoDataTable th { width: auto; }
+table#phrDataTable th:first-child, table#symptomDataTable th:first-child, table#memoDataTable th:first-child { width: 150px; }
+table#phrDataTable th:last-child, table#symptomDataTable th:last-child, table#memoDataTable th:last-child { width: 150px; }
+table#symptomDataTable tbody th { font-weight: normal; white-space: nowrap; }
+
 #defaultModalPrimary_2 .form-check-inline { min-width: 110px; }
 .showLegend { color: #FF0000 !important; font-weight: 500; cursor: pointer; }
 .showLegend i.mdi { color: #FF0000 !important; }