diff --git a/module/api/css/common.css b/module/api/css/common.css index 6dbf3b4d74..beb4a1b668 100644 --- a/module/api/css/common.css +++ b/module/api/css/common.css @@ -174,3 +174,8 @@ form .table-data, #content .table-data {border: 1px solid #e2e2e3;} .detail+.detail {border-top: 0px;} .menu-title {display: flex; align-items: center; justify-content: space-between;} .vision-drop.dropdown {padding-right: 35px;} + +#bysearchTab::before {display: none;} +#leftBar .selectBox #currentItem {width: 150px; display: flex; align-items: center;} +[lang^=zh] #leftBar .selectBox #currentItem {width: 180px;} +#leftBar .selectBox #currentItem > .text {overflow: hidden; text-align: left; flex: 0 1 100%;} diff --git a/module/api/view/index.html.php b/module/api/view/index.html.php index 1af000547b..9c868b4c5f 100644 --- a/module/api/view/index.html.php +++ b/module/api/view/index.html.php @@ -58,7 +58,7 @@