@@ -143,26 +143,23 @@ <h3>
143
143
< el-tab-pane label ="New " name ="new ">
144
144
< iframe v-if ="'new' in clicked_tab_names " @load ="init_iframe() " src ="/uniparser/ " frameborder ="0 "
145
145
id ="uni_iframe " style ="width: 100%; height: 90%; "> </ iframe >
146
- < el-popover style ="margin: 0 0 0 20%; " placement ="top-start " title ="WARNING " width ="200 "
147
- trigger ="hover "> < span style ="font-size: 1em; ">
148
- ParseRule's name should have the keys to generate RSS:
149
- < br />
150
- < b > text</ b >
151
- < br />
152
- < b > url </ b > [Optional]
153
- </ span >
154
- < i slot ="reference " class ="el-icon-warning "> </ i >
155
- </ el-popover >
156
- < el-button icon ="el-icon-refresh-right " style ="margin: 0; "
157
- title ="Init rules between xml and css demo " @click ="init_iframe_crawler_rule(null) ">
158
- 0. Init
159
- </ el-button >
160
- < el-button icon ="el-icon-upload " type ="warning " style ="margin: 0; "
161
- @click ="process_crawler_rule('add', null, 0) ">
162
- 1. Save Crawler Rule
163
- </ el-button >
164
- < el-button icon ="el-icon-plus " type ="success " style ="margin: 0; "
165
- @click ="show_form_add_new_task(true) "> 2. Add New Task</ el-button >
146
+ < div style ="display: flex;justify-content:center; ">
147
+ < el-popover placement ="top-start " title ="WARNING " style ="margin-right: 0.5em; " width ="200 "
148
+ trigger ="hover "> < span style ="font-size: 1em; ">
149
+ ParseRule's name should have these keys to generate RSS:
150
+ < br />
151
+ < b > text</ b >
152
+ < br />
153
+ < b > url </ b > [Optional]
154
+ </ span >
155
+ < i slot ="reference " class ="el-icon-warning "> </ i >
156
+ </ el-popover >
157
+ < el-button icon ="el-icon-upload " type ="warning " @click ="process_crawler_rule('add', null, 0) ">
158
+ 1. Save Crawler Rule
159
+ </ el-button >
160
+ < el-button icon ="el-icon-plus " type ="success " @click ="show_form_add_new_task(true) "> 2. Add New
161
+ Task</ el-button >
162
+ </ div >
166
163
</ el-tab-pane >
167
164
< el-tab-pane label ="Rules " name ="rules ">
168
165
< div v-if ="'rules' in clicked_tab_names " style ="width: 65%; margin: 0 auto; ">
0 commit comments