diff options
| author | hitsmaxft <[email protected]> | 2020-02-08 18:07:27 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-02-10 17:28:04 +0800 |
| commit | 57f45cd6e07141c1f2a3ccbdce0543e289acc36f (patch) | |
| tree | 00c6bae1f78673789954d28ea8fecac7a70387d0 | |
| parent | 7785066dd17b25b68ee8756f2dd12b6dab2da79e (diff) | |
remove code
| -rw-r--r-- | src/components/Proxies.js | 1 | ||||
| -rw-r--r-- | src/components/Proxy.module.css | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/components/Proxies.js b/src/components/Proxies.js index f491d22..9623010 100644 --- a/src/components/Proxies.js +++ b/src/components/Proxies.js @@ -79,7 +79,6 @@ function Proxies({ name={groupName} proxies={proxies} delay={delay} - sort={true} apiConfig={apiConfig} dispatch={dispatch} /> diff --git a/src/components/Proxy.module.css b/src/components/Proxy.module.css index 1277e1f..2aa4504 100644 --- a/src/components/Proxy.module.css +++ b/src/components/Proxy.module.css @@ -31,9 +31,6 @@ } } -.proxyDisable { - display: inline; -} .proxyName { width: 100%; overflow: hidden; |
