Commit 8d34c572 by tbphp

fix: ratelimit style error

parent 6f4f05f2
......@@ -175,7 +175,7 @@ export default function RequestRateLimit(props) {
]}
extraText={
<div>
<p style={{ marginBottom: -15 }}>{t('说明:')}</p>
<p>{t('说明:')}</p>
<ul>
<li>{t('使用 JSON 对象格式,格式为:{"组名": [最多请求次数, 最多请求完成次数]}')}</li>
<li>{t('示例:{"default": [200, 100], "vip": [0, 1000]}。')}</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment