diff options
| author | Haishan <[email protected]> | 2019-12-26 18:16:40 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-26 18:16:40 +0800 |
| commit | b033b4825dfeb2e3a15bae298856d5001310a487 (patch) | |
| tree | 51714bcaa02d65abb7dc89527a83f6f9e50103dc /src/components/ProxyProvider.module.css | |
| parent | 62b7f7f7ba6cafe72222dd3005a16278115be0a8 (diff) | |
feat: can healthcheck a provider
Diffstat (limited to 'src/components/ProxyProvider.module.css')
| -rw-r--r-- | src/components/ProxyProvider.module.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/ProxyProvider.module.css b/src/components/ProxyProvider.module.css index 6668f67..270cd03 100644 --- a/src/components/ProxyProvider.module.css +++ b/src/components/ProxyProvider.module.css @@ -33,6 +33,12 @@ .actionFooter { display: flex; + button { + margin: 0 5px; + &:first-child { + margin-left: 0; + } + } } .refresh { |
