mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
optimize the function to show popup
This commit is contained in:
@@ -27,7 +27,7 @@ function init(React){
|
||||
React.createElement("input", {className: "uk-form-large", ref: "keywordInput", onChange: self.dealChange, type: "text", placeholder: "keywords or /^regExp$/", width: "300"})
|
||||
)
|
||||
),
|
||||
React.createElement("dl", {class: "uk-description-list-horizontal"},
|
||||
React.createElement("dl", {className: "uk-description-list-horizontal"},
|
||||
React.createElement("dt", null, "wrap your RegExp between two slashes"),
|
||||
React.createElement("dd", null,
|
||||
"e.g. ", React.createElement("br", null),
|
||||
|
||||
Reference in New Issue
Block a user