diff --git a/public/css/largeScreenStyle.css b/public/css/largeScreenStyle.css index 973a196..005268c 100644 --- a/public/css/largeScreenStyle.css +++ b/public/css/largeScreenStyle.css @@ -112,6 +112,9 @@ table{ padding-right: 30px; background: url("../images/head_select.png") no-repeat center/100% 100%; } +.head-select.head-select-150{ + background: url("../images/head_select-150.png") no-repeat center/100% 100%; +} .head-select input{ height: 100%; width: 100%; diff --git a/public/images/head_select-150.png b/public/images/head_select-150.png new file mode 100644 index 0000000..f749ff6 Binary files /dev/null and b/public/images/head_select-150.png differ diff --git a/src/components/header.vue b/src/components/header.vue index d073902..32dbb6f 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -54,8 +54,8 @@