diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index 7c326380..7eefb1ef 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -610,7 +610,7 @@ input[type=file] { width: 108px; } .search .inputText.cal { text-align: center; - width: 80px; } + width: 6rem; } .search .selectBox { width: 93px; } .search .btnSearch { @@ -1594,8 +1594,7 @@ button { display: inline-block; } .search .inputText { width: calc(100% - 10px); } - .search .inputText.cal { - width: 60px; } + .search .cal-box { display: inline-block; width: 100%; }