|
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/> |
6 | 6 | <link rel="stylesheet" type="text/css" href="/assets/static/admin/css/bootstrap.min.css"> |
7 | | - <link rel="stylesheet" href="https://cdn.lineicons.com/4.0/lineicons.css"/> |
8 | | - <link href="/assets/static/plugin/bootstrap-multitabs/multitabs.min.css" rel="stylesheet" type="text/css"> |
| 7 | + <link rel="stylesheet" type="text/css" href="/assets/static/plugin/bootstrap-multitabs/multitabs.min.css"> |
9 | 8 | <link rel="stylesheet" type="text/css" href="/assets/static/plugin/bootstrap-select/bootstrap-select.css"> |
10 | 9 | <link rel="stylesheet" type="text/css" href="/assets/static/plugin/jquery-confirm/jquery-confirm.min.css"> |
11 | 10 | <link rel="stylesheet" type="text/css" href="/assets/static/admin/css/style.min.css"> |
12 | 11 | <!-- 引入 bootstrap-fileinput CSS--> |
13 | | - <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-fileinput/5.1.5/css/fileinput.min.css" rel="stylesheet"> |
| 12 | + <link rel="stylesheet" type="text/css" href="/assets/static/plugin/bootstrap-fileinput/css/fileinput.min.css"> |
14 | 13 | </head> |
15 | 14 |
|
16 | 15 | <body> |
17 | 16 | <div class="container-fluid p-t-15"> |
18 | 17 | <div class="row"> |
19 | | - |
20 | 18 | <div class="col-lg-12"> |
21 | 19 | <div class="card"> |
22 | 20 | <div class="card-toolbar d-flex flex-column flex-md-row"> |
|
27 | 25 | <input class="form-control" type="text" id="search-keyword" name="search-keyword" placeholder="请输入网址标题..."> |
28 | 26 | </div> |
29 | 27 | <div class="form-group"> |
30 | | - <button class="btn btn-default btn-search" type="submit">搜索</button> |
| 28 | + <button class="btn btn-outline-success my-2 my-sm-0 btn-search" type="submit">搜索</button> |
31 | 29 | </div> |
32 | 30 |
|
33 | 31 | </div> |
|
74 | 72 | <script type="text/javascript" src="/assets/static/admin/js/httpclient.js"></script> |
75 | 73 | <script type="text/javascript" src="/assets/static/admin/js/jquery.pagination.js"></script> |
76 | 74 | <!-- 引入 bootstrap-fileinput JS 和 引入语言包--> |
77 | | -<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-fileinput/5.1.5/js/fileinput.min.js"></script> |
78 | | -<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-fileinput/5.1.5/js/locales/zh.min.js"></script> |
| 75 | +<script src="/assets/static/plugin/bootstrap-fileinput/js/fileinput.min.js"></script> |
| 76 | +<script src="/assets/static/plugin/bootstrap-fileinput/js/locales/zh.min.js"></script> |
79 | 77 | <script type="text/javascript" src="/assets/static/admin/js/utils.js"></script> |
80 | 78 |
|
81 | 79 |
|
|
194 | 192 | const business_title = $(this).attr('data-title'); |
195 | 193 | $.confirm({ |
196 | 194 | title: '谨慎操作', |
197 | | - content: '确认要 <strong style="color: red">一键同步 </strong>:'+ business_title + ' 吗?', |
| 195 | + content: '确认要 <strong style="color: red">一键同步 </strong>:' + business_title + ' 吗?', |
198 | 196 | icon: 'mdi mdi-alert', |
199 | 197 | animation: 'scale', |
200 | 198 | closeAnimation: 'zoom', |
|
262 | 260 |
|
263 | 261 | var tipMessage = ""; |
264 | 262 | var wantUsed = false; |
265 | | - if (isUsed === "true" ) { // true=当前为启用状态,需要改成禁用 |
| 263 | + if (isUsed === "true") { // true=当前为启用状态,需要改成禁用 |
266 | 264 | tipMessage = "禁用"; |
267 | 265 | wantUsed = false; |
268 | 266 | } |
269 | | - if (isUsed === "false" ) { |
| 267 | + if (isUsed === "false") { |
270 | 268 | tipMessage = "启用"; |
271 | 269 | wantUsed = true; |
272 | 270 | } |
|
0 commit comments