From f72ae236914d09a34323f75f79c17eebd54fd232 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Mon, 31 Jul 2023 18:09:33 +0800 Subject: [PATCH] :bug: fix #212 --- feature/src/views/market/index.vue | 8 ++++++++ package.json | 2 +- public/detach/css/app.2f947ac7.css | 1 - public/detach/css/app.85b4bec5.css | 1 + public/detach/index.html | 2 +- public/detach/js/app.3ff37760.js | 2 -- public/detach/js/app.3ff37760.js.map | 1 - public/detach/js/app.8bb84aa5.js | 2 ++ public/detach/js/app.8bb84aa5.js.map | 1 + public/detach/js/chunk-vendors.29c10bf6.js | 2 ++ public/detach/js/chunk-vendors.29c10bf6.js.map | 1 + public/detach/js/chunk-vendors.32f0b2e2.js | 2 -- public/detach/js/chunk-vendors.32f0b2e2.js.map | 1 - 13 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 public/detach/css/app.2f947ac7.css create mode 100644 public/detach/css/app.85b4bec5.css delete mode 100644 public/detach/js/app.3ff37760.js delete mode 100644 public/detach/js/app.3ff37760.js.map create mode 100644 public/detach/js/app.8bb84aa5.js create mode 100644 public/detach/js/app.8bb84aa5.js.map create mode 100644 public/detach/js/chunk-vendors.29c10bf6.js create mode 100644 public/detach/js/chunk-vendors.29c10bf6.js.map delete mode 100644 public/detach/js/chunk-vendors.32f0b2e2.js delete mode 100644 public/detach/js/chunk-vendors.32f0b2e2.js.map diff --git a/feature/src/views/market/index.vue b/feature/src/views/market/index.vue index c2a12b3..9c48149 100644 --- a/feature/src/views/market/index.vue +++ b/feature/src/views/market/index.vue @@ -6,6 +6,7 @@ v-model:value="searchValue" placeholder="搜索插件" style="width: 100%" + class="search" @search="onSearch" /> @@ -104,6 +105,13 @@ const { searchValue, current } = toRefs(state); overflow: hidden; background: var(--color-menu-bg); height: calc(~"100vh - 46px"); + .search { + :deep(.ant-btn), :deep(.ant-input), :deep(.ant-input-group-addon) { + color: var(--ant-primary-color) !important; + background: var(--color-input-hover); + border-color: var(--color-border-light); + } + } .container { background: var(--color-body-bg); width: calc(~'100% - 200px'); diff --git a/package.json b/package.json index fd3d464..0f4386e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick", - "version": "2.3.1", + "version": "2.3.2", "author": "muwoo <2424880409@qq.com>", "private": true, "scripts": { diff --git a/public/detach/css/app.2f947ac7.css b/public/detach/css/app.2f947ac7.css deleted file mode 100644 index 6896e00..0000000 --- a/public/detach/css/app.2f947ac7.css +++ /dev/null @@ -1 +0,0 @@ -body,html{margin:0;padding:0;font-family:system-ui,PingFang SC,Helvetica Neue,Microsoft Yahei,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.detach{width:100%;height:56px;background:#eee;flex:1;display:flex;align-items:center;font-size:18px;padding-left:10px;font-weight:500;box-sizing:border-box;justify-content:space-between}.detach.darwin{padding-left:80px}.detach.darwin,.detach.win32{-webkit-app-region:drag}.detach img{width:36px;height:36px;margin-right:10px}.detach input{background-color:#fff;color:#333;width:360px;height:36px;line-height:36px;border-radius:4px;font-size:14px;border:none;padding:0 10px;outline:none;-webkit-app-region:no-drag}.detach input::-webkit-input-placeholder{color:#aaa;-webkit-user-select:none;user-select:none}.detach .info{display:flex;align-items:center}.handle{display:flex;-webkit-app-region:no-drag}.handle>div{width:36px;height:36px;border-radius:18px;cursor:pointer;margin-right:6px}.handle>div:hover{background-color:#dee2e6}.detach .devtool{background:50%/18px no-repeat url(../img/devtool.87e078f5.svg)} \ No newline at end of file diff --git a/public/detach/css/app.85b4bec5.css b/public/detach/css/app.85b4bec5.css new file mode 100644 index 0000000..5ae6e5e --- /dev/null +++ b/public/detach/css/app.85b4bec5.css @@ -0,0 +1 @@ +body,html{margin:0;padding:0;font-family:system-ui,PingFang SC,Helvetica Neue,Microsoft Yahei,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.detach{width:100%;height:60px;background:var(--color-body-bg);color:var(--color-text-primary);flex:1;display:flex;align-items:center;font-size:18px;padding-left:10px;font-weight:500;box-sizing:border-box;justify-content:space-between}.detach.darwin{padding-left:80px}.detach.darwin,.detach.win32{-webkit-app-region:drag}.detach img{width:36px;height:36px;margin-right:10px}.detach input{background-color:var(--color-body-bg);color:var(--color-text-primary);width:360px;height:36px;line-height:36px;border-radius:4px;font-size:14px;border:none;padding:0 10px;outline:none;-webkit-app-region:no-drag}.detach input::-webkit-input-placeholder{color:#aaa;-webkit-user-select:none;user-select:none}.detach .info{display:flex;align-items:center}.handle{display:flex;-webkit-app-region:no-drag}.handle>div{width:36px;height:36px;border-radius:18px;cursor:pointer;margin-right:6px}.handle>div:hover{background-color:#dee2e6}.detach .devtool{background:50%/18px no-repeat url(../img/devtool.87e078f5.svg)}:root{--color-text-primary:rgba(0,0,0,0.85);--color-text-content:#141414;--color-text-desc:rgba(0,0,0,0.45);--color-body-bg:#fff;--color-menu-bg:#f3efef;--color-list-hover:#e2e2e2;--color-input-hover:#fff;--color-border-light:#f0f0f0}.dark{--color-text-primary:#e8e8f0;--color-text-content:#ccccd8;--color-text-desc:#8f8fa6;--color-body-bg:#1c1c28;--color-menu-bg:#1c1c28;--color-list-hover:#33333d;--color-input-hover:#33333d;--color-border-light:#33333d} \ No newline at end of file diff --git a/public/detach/index.html b/public/detach/index.html index 27e3d74..31df25c 100644 --- a/public/detach/index.html +++ b/public/detach/index.html @@ -1 +1 @@ -
f?J(e,s,c,!0,!1,p):F(t,n,r,s,c,i,l,u,p)},$=(e,t,n,r,s,c,i,l,u)=>{let a=0;const f=t.length;let p=e.length-1,d=f-1;while(a<=p&&a<=d){const o=e[a],r=t[a]=u?qo(t[a]):Ro(t[a]);if(!ko(o,r))break;v(o,r,n,null,s,c,i,l,u),a++}while(a<=p&&a<=d){const o=e[p],r=t[d]=u?qo(t[d]):Ro(t[d]);if(!ko(o,r))break;v(o,r,n,null,s,c,i,l,u),p--,d--}if(a>p){if(a<=d){const e=d+1,o=e