diff options
| author | adlyq <[email protected]> | 2022-05-30 22:53:21 +0800 |
|---|---|---|
| committer | adlyq <[email protected]> | 2022-05-30 22:53:21 +0800 |
| commit | aa2a7150c1df28988bcf71aeb77c89d098be870e (patch) | |
| tree | 353c9ad87f20ad6db70ff7b9e02aa0c0d1dc2fb4 /src/components/Search.module.scss | |
| parent | d467fb2e877569c6ca36374d710344f4f93e6dd4 (diff) | |
chore: loge page width
Diffstat (limited to 'src/components/Search.module.scss')
| -rw-r--r-- | src/components/Search.module.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Search.module.scss b/src/components/Search.module.scss index 657c741..b2e133f 100644 --- a/src/components/Search.module.scss +++ b/src/components/Search.module.scss @@ -1,10 +1,10 @@ .RuleSearch { - padding: 0 40px 5px; + padding: 0 25px 5px; } .RuleSearchContainer { position: relative; - height: 40px; + height: 30px; } .inputWrapper { |
