indexes.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. <div ng-controller="indexesCtrl">
  2. <section id="page-title">
  3. <div class="row">
  4. <!-- <i class="iconfont icon-bianji pull-left"></i> -->
  5. <div class="col-sm-8">
  6. <h1 class="mainTitle">索引管理<i tooltip='索引管理,点击操作处理任务' tooltip-placement="right" class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i></h1>
  7. </div>
  8. </div>
  9. </section>
  10. <div class="jry_box">
  11. <div class="col-sm-3">
  12. <div class="title">文件夹:</div>
  13. <div class="folder">
  14. <div class="operation">
  15. <div ng-click="open_add_box()">新增</div>
  16. <div ng-click="open_modify_box()">修改</div>
  17. <div ng-click="rmvData_tree()">删除</div>
  18. </div>
  19. <div class="search">
  20. <input type="text" placeholder="请输入关键字" ng-model="search_tree_ipt" ng-change="search_tree_fn()">
  21. <i class="iconfont icon-search"></i>
  22. </div>
  23. <div class="tree" ng-show="search_tree_ipt==''">
  24. <span ng-if="doing_async">...加载中...</span>
  25. <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-liebiao1" icon-expand="ti-plus" icon-collapse="ti-minus"></abn-tree>
  26. </div>
  27. <div class="tree" ng-show="search_tree_ipt!=''">
  28. <div ng-repeat="v in search_tree_data" class="left_search_datas" ng-click="left_search_tree_cli($index,v)" tooltip="{{v.name}}" tooltip-placement="top" ng-class="{true:'cli_bg'}[$index==left_search_index]">{{v.name}}</div>
  29. </div>
  30. </div>
  31. </div>
  32. <div class="col-sm-9">
  33. <div class="title">文件:</div>
  34. <div class="file">
  35. <div class="head">
  36. <div class="left">
  37. <div class="children">
  38. <span class="spa">文档名称:</span>
  39. <input type="text" class="ipt" ng-model="jry_filterdata.fileName">
  40. </div>
  41. <div class="children">
  42. <span class="spa">文档格式:</span>
  43. <ui-select class="tab-mainDiv-body-content" ng-model="fileTypeObj.fileType1" theme="bootstrap">
  44. <ui-select-match placeholder="">
  45. {{$select.selected.name}}
  46. </ui-select-match>
  47. <ui-select-choices repeat="item in file_format">
  48. <div ng-bind-html="item.name"></div>
  49. </ui-select-choices>
  50. </ui-select>
  51. </div>
  52. <div class="children">
  53. <span class="spa">关键字搜索:</span>
  54. <input type="text" class="ipt" ng-model="jry_filterdata.content">
  55. </div>
  56. </div>
  57. <div class="right">
  58. <button class="search" ng-click="list_search()">搜索</button>
  59. <button class="clean" ng-click="clean()">清空</button>
  60. </div>
  61. </div>
  62. <div class="body">
  63. <div class="title">
  64. <span>文件列表</span>
  65. <button ng-click="open_introduce()">引入文件</button>
  66. <button ng-click="open_files_change()">更换目录</button>
  67. </div>
  68. <div ui-i18n="{{lang}}">
  69. <div class="grid_height">
  70. <div id="grid1 " ui-grid="gridOptions " ui-grid-pagination external-scopes="$scope " ui-grid-resize-columns ui-grid-selection ui-grid-auto-resize class="grid "></div>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. </div>
  77. <!-- 大蒙版 -->
  78. <div class="fix_back" ng-show="big_back">
  79. <!-- <div class="fix_back"> -->
  80. <!-- 新增弹框 -->
  81. <div class="add_new_box">
  82. <!-- 头部 -->
  83. <div class="head">新增文件夹<span ng-click="close_add_box()">×</span></div>
  84. <div class="body">
  85. <div class="tit">
  86. <span class="left">*</span><span>文件夹名称:</span>
  87. </div>
  88. <div>
  89. <span class="left"></span><input type="text" class="file_name" placeholder="请输入文件夹名称" maxlength="20" ng-model="add_file_name">
  90. </div>
  91. <div class="tit">
  92. <span class="left"></span><span>是否有父类:</span>
  93. </div>
  94. <div class="green">
  95. </span><switch ng-model="addparent"></switch>
  96. </div>
  97. <div class="tit" ng-show="addparent==true">
  98. <span class="left">*</span><span>父类名称:</span>
  99. </div>
  100. <div ng-show="addparent==true">
  101. <span class="left"></span>
  102. <multi-select-tree ng-model="add_file_parent" data-input-model="tree_data" data-output-model="adddata.parent" theme="bootstrap" multi-select="false" data-default-label="父类名称" data-callback="onAddFilterCallback(item)" data-select-only-leafs="false" data-trans-label="label"
  103. data-switch-view="false"></multi-select-tree>
  104. </div>
  105. </div>
  106. <div class="foot">
  107. <input type="button" value="保存" ng-click="add_save()" ng-disabled="add_duoci">
  108. <button ng-click="close_add_box()">取消</button>
  109. </div>
  110. <div class="parent_bring_box">
  111. <span class="parent_bring">
  112. {{modify_data.label}}
  113. <span ng-click="parent_bring_box_hide()">×</span>
  114. </span>
  115. </div>
  116. </div>
  117. <!-- 修改弹框 -->
  118. <div class="modify_box">
  119. <div class="head">新增文件夹<span ng-click="close_modify_box()">×</span></div>
  120. <div class="body">
  121. <div class="tit">
  122. <span class="left">*</span><span>文件夹名称:</span>
  123. </div>
  124. <div>
  125. <span class="left"></span><input type="text" class="file_name" placeholder="请输入文件夹名称" maxlength="20" ng-model="modify_file_name">
  126. </div>
  127. <div class="tit">
  128. <span class="left"></span><span>是否更换父类:</span>
  129. </div>
  130. <div class="green">
  131. </span><switch ng-model="editparent"></switch>
  132. </div>
  133. <div class="tit" ng-show="editparent==true">
  134. <span class="left">*</span><span>父类名称:</span>
  135. </div>
  136. <div ng-show="editparent==true">
  137. <span class="left"></span>
  138. <multi-select-tree ng-model="edit_file_parent" data-input-model="tree_data" data-output-model="adddata.parent" theme="bootstrap" multi-select="false" data-default-label="父类名称" data-callback="onEditFilterCallback(item)" data-select-only-leafs="false" data-trans-label="label"
  139. data-switch-view="false"></multi-select-tree>
  140. </div>
  141. </div>
  142. <div class="foot">
  143. <button ng-click="modify_save()">保存</button>
  144. <button ng-click="close_modify_box()">取消</button>
  145. </div>
  146. </div>
  147. <!-- 确定删除弹框 -->
  148. <div class="deleteTree_box">
  149. <div class="head">提示</div>
  150. <div class="body">
  151. <div>请输入登录密码:</div>
  152. <div class="titsc"><i class="iconfont icon-gantan"></i>输入登录密码后,点击"确认",<span class="file_name">{{modify_data.label}}</span>文件夹以及<span class="file_name">{{modify_data.label}}</span>文件夹下的所有文件将被删除!</div>
  153. </div>
  154. <div class="foot">
  155. <button ng-click="delete_sure()">确定</button>
  156. <button ng-click="close_delete_box()">取消</button>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. <style>
  162. /* 左侧树 */
  163. .jry_box{
  164. display: flex;
  165. }
  166. .jry_box .title{
  167. height: 25px;
  168. line-height: 25px;
  169. font-size: 16px;
  170. }
  171. .jry_box .folder{
  172. border:1px rgb(185, 184, 184) solid;
  173. height: 500px;
  174. border-radius: 2px
  175. }
  176. /* 操作三个按钮 */
  177. .jry_box .folder .operation{
  178. height: 35px;
  179. background-color: rgb(245,245,245)
  180. }
  181. .jry_box .folder .operation div{
  182. float: left;
  183. width: 33%;
  184. height: 35px;
  185. text-align: center;
  186. line-height: 35px;
  187. cursor: pointer;
  188. }
  189. .jry_box .folder .operation div:nth-child(2){
  190. border-left:1px rgb(230,230,230) solid;
  191. border-right:1px rgb(230,230,230) solid
  192. }
  193. .jry_box .folder .operation div:hover{
  194. color: rgb(62,125,175)
  195. }
  196. /* 搜索 */
  197. .jry_box .folder .search{
  198. height: 25px;
  199. margin: 0 auto;
  200. display: flex;
  201. justify-content:center;
  202. margin-top: 8px
  203. }
  204. .jry_box .folder .search input{
  205. border-radius: 4px 0 0 4px;
  206. height: 25px;
  207. width: 85%
  208. }
  209. .jry_box .folder .search input:focus{
  210. outline: none
  211. }
  212. .jry_box .folder .search input::-webkit-input-placeholder{
  213. font-size: 13px;
  214. color: rgb(180, 179, 179)
  215. }
  216. .jry_box .folder .search i{
  217. display: inline-block;
  218. height: 24.5px;
  219. width: 25px;
  220. line-height: 26px;
  221. text-align: center;
  222. border-radius: 0px 4px 4px 0px;
  223. font-size: 14px;
  224. color: rgb(192, 191, 191);
  225. border: 1px rgb(222, 222, 222) solid;
  226. margin-left: -1px;
  227. cursor: pointer;
  228. }
  229. /* 树 */
  230. .jry_box .folder .tree{
  231. height: 422px;
  232. overflow: hidden;
  233. margin-top: 8px;
  234. overflow-y: scroll;
  235. }
  236. .jry_box .folder .tree a{
  237. display: inline-block;
  238. width: 100%;
  239. overflow: hidden;
  240. white-space: nowrap;
  241. text-overflow: ellipsis
  242. }
  243. .jry_box .folder .tree .left_search_datas{
  244. /* display: inline-block; */
  245. width: 100%;
  246. overflow: hidden;
  247. white-space: nowrap;
  248. text-overflow: ellipsis
  249. }
  250. .jry_box .folder .tree::-webkit-scrollbar{
  251. display: none
  252. }
  253. .jry_box .folder .tree i{
  254. font-size: 14px
  255. }
  256. /* 背景蒙版 */
  257. .fix_back{
  258. position: fixed;
  259. left: 0;
  260. top: 0;
  261. width: 100%;
  262. height: 100%;
  263. background-color: rgba(0,0,0,0.5);
  264. z-index: 99999;
  265. }
  266. /* 新增弹框 */
  267. .fix_back .add_new_box{
  268. width: 340px;
  269. height: 325px;
  270. background-color: white;
  271. margin-left: -170px;
  272. margin-top: -162px;
  273. position: absolute;
  274. left: 50%;
  275. top: 50%;
  276. border-radius: 2px;
  277. display: none
  278. }
  279. /* 父类带出弹框 */
  280. .parent_bring_box{
  281. width: 150px;
  282. height: 26px;
  283. position: absolute;
  284. left: 37px;
  285. top: 222px;
  286. background-color: white;
  287. line-height: 26px;
  288. display: none
  289. }
  290. .parent_bring_box .parent_bring{
  291. padding: 2px 6px;
  292. border-radius: 2px;
  293. border:1px rgb(27,136,255) solid;
  294. overflow: hidden;
  295. position: relative
  296. }
  297. .parent_bring_box .parent_bring span{
  298. color: white;
  299. position: absolute;
  300. right: -1px;
  301. top: -1px;
  302. /* width: 10px; */
  303. border-top: 8px #1b88ff solid;
  304. border-bottom: 8px transparent solid;
  305. border-left: 8px transparent solid;
  306. border-right: 8px #1b88ff solid;
  307. text-align: center;
  308. line-height: 0px;
  309. display: inline-block;
  310. width: 5px;
  311. height: 5px;
  312. font-size: 6px;
  313. cursor: pointer;
  314. }
  315. /* .fix_back .add_new_box .fix_back .add_new_box .tree-control .tree-input{
  316. overflow: hidden;
  317. } */
  318. .fix_back .add_new_box .tree-control .tree-view{
  319. height: 230px;
  320. overflow: hidden;
  321. overflow-y: scroll
  322. }
  323. .fix_back .add_new_box .tree-control .tree-view::-webkit-scrollbar{
  324. display: none
  325. }
  326. .fix_back .add_new_box .head{
  327. height: 45px;
  328. line-height:45px;
  329. text-align: center;
  330. font-size: 17px;
  331. border-bottom: 2px rgb(245,245,245) solid;
  332. position: relative;
  333. }
  334. .fix_back .add_new_box .head span{
  335. display: inline-block;
  336. width: 14px;
  337. height: 14px;
  338. border-radius: 50%;
  339. border: 1px black solid;
  340. position: absolute;
  341. right: 14px;
  342. top: 15px;
  343. line-height: 11px;
  344. cursor: pointer;
  345. }
  346. .fix_back .add_new_box .body{
  347. width: 90%;
  348. height: 230px;
  349. border:1px rgb(240,240,240) solid;
  350. border-radius: 2px;
  351. margin: 0 auto;
  352. margin-top: 5px;
  353. background-color: #f3f3f3
  354. }
  355. .fix_back .add_new_box .body .tit{
  356. height: 30px;
  357. line-height: 30px;
  358. font-size: 13px;
  359. }
  360. .fix_back .add_new_box .body .left{
  361. display: inline-block;
  362. width: 15px;
  363. text-align: center;
  364. color: red;
  365. }
  366. .fix_back .add_new_box .body .green{
  367. padding-left: 15px
  368. }
  369. .fix_back .add_new_box .foot{
  370. display: flex;
  371. justify-content:center;
  372. align-items:center;
  373. height: 45px;
  374. }
  375. .fix_back .add_new_box .foot input{
  376. width: 80px;
  377. height: 34px;
  378. border-radius: 2px;
  379. cursor: pointer;
  380. border:1px rgb(0,83,149) solid;
  381. background-color: rgb(0,83,149);
  382. color: white
  383. }
  384. .fix_back .add_new_box .foot button{
  385. width: 80px;
  386. height: 34px;
  387. border-radius: 2px;
  388. cursor: pointer;
  389. }
  390. /* .fix_back .add_new_box .foot button:nth-child(1){
  391. border:1px rgb(0,83,149) solid;
  392. background-color: rgb(0,83,149);
  393. color: white
  394. } */
  395. .fix_back .add_new_box .foot button:nth-child(2){
  396. border:1px rgb(230,230,230) solid;
  397. background-color: white;
  398. color: rgb(128, 123, 123);
  399. margin-left: 10px
  400. }
  401. .fix_back .add_new_box .file_name{
  402. width: 260px;
  403. height: 31px;
  404. }
  405. .fix_back .add_new_box .file_name::-webkit-input-placeholder{
  406. font-size: 13px;
  407. color: rgb(180,180,180)
  408. }
  409. .fix_back .add_new_box .tree-control .tree-input{
  410. margin-left: 15px;
  411. width: 90%;
  412. }
  413. .fix_back .add_new_box .tree-control .tree-view{
  414. min-width: 293px!important;
  415. margin-left: 14px;
  416. width: 293px
  417. }
  418. /* 修改弹框 */
  419. .fix_back .modify_box{
  420. width: 340px;
  421. height: 325px;
  422. margin-left: -170px;
  423. margin-top: -96px;
  424. position: absolute;
  425. left: 50%;
  426. top: 50%;
  427. background-color: white;
  428. border-radius: 2px;
  429. display: none
  430. }
  431. .fix_back .modify_box .head{
  432. height: 45px;
  433. line-height:45px;
  434. text-align: center;
  435. font-size: 17px;
  436. border-bottom: 2px rgb(245,245,245) solid;
  437. position: relative;
  438. }
  439. .fix_back .modify_box .head span{
  440. display: inline-block;
  441. width: 14px;
  442. height: 14px;
  443. border-radius: 50%;
  444. border: 1px black solid;
  445. position: absolute;
  446. right: 14px;
  447. top: 15px;
  448. line-height: 11px;
  449. cursor: pointer;
  450. }
  451. .fix_back .modify_box .body{
  452. width: 90%;
  453. height: 230px;
  454. border:1px rgb(240,240,240) solid;
  455. border-radius: 2px;
  456. margin: 0 auto;
  457. margin-top: 5px;
  458. background-color: #f3f3f3
  459. }
  460. .fix_back .modify_box .body .green{
  461. padding-left: 15px
  462. }
  463. .fix_back .modify_box .body .tit{
  464. height: 30px;
  465. line-height: 30px;
  466. font-size: 13px;
  467. }
  468. .fix_back .modify_box .body .left{
  469. display: inline-block;
  470. width: 15px;
  471. text-align: center;
  472. color: red;
  473. }
  474. .fix_back .modify_box .file_name{
  475. width: 260px;
  476. height: 31px;
  477. }
  478. .fix_back .modify_box .tree-control .tree-input{
  479. margin-left: 15px;
  480. width: 90%;
  481. }
  482. .fix_back .modify_box .tree-control .tree-view{
  483. min-width: 293px!important;
  484. margin-left: 14px;
  485. width: 293px
  486. }
  487. .fix_back .modify_box .foot{
  488. display: flex;
  489. justify-content:center;
  490. align-items:center;
  491. height: 45px;
  492. }
  493. .fix_back .modify_box .foot button{
  494. width: 80px;
  495. height: 34px;
  496. border-radius: 2px;
  497. cursor: pointer;
  498. }
  499. .fix_back .modify_box .foot button:nth-child(1){
  500. border:1px rgb(0,83,149) solid;
  501. background-color: rgb(0,83,149);
  502. color: white
  503. }
  504. .fix_back .modify_box .foot button:nth-child(2){
  505. border:1px rgb(230,230,230) solid;
  506. background-color: white;
  507. color: rgb(128, 123, 123);
  508. margin-left: 10px
  509. }
  510. /* 删除树弹框 */
  511. .fix_back .deleteTree_box{
  512. width: 350px;
  513. height: 219px;
  514. margin-left: -180px;
  515. margin-top: -150px;
  516. position: absolute;
  517. left: 50%;
  518. top: 50%;
  519. background-color: white;
  520. border-radius: 2px;
  521. display: none
  522. }
  523. .fix_back .deleteTree_box .head{
  524. height: 35px;
  525. line-height: 35px;
  526. font-size: 14px;
  527. border-bottom: 2px rgb(245,245,245) solid;
  528. position: relative;
  529. padding-left: 12px;
  530. color: rgb(74,218,714)
  531. }
  532. .fix_back .deleteTree_box .body{
  533. width: 90%;
  534. height: 130px;
  535. border: 1px rgb(240,240,240) solid;
  536. border-radius: 2px;
  537. margin: 0 auto;
  538. margin-top: 5px;
  539. /* line-height: 115px; */
  540. background-color: #f3f3f3;
  541. padding: 5px;
  542. overflow: hidden;
  543. /* white-space: nowrap; */
  544. text-overflow: ellipsis
  545. /* text-align: center; */
  546. }
  547. .fix_back .deleteTree_box .body i{
  548. font-size: 14px;
  549. color: red
  550. }
  551. .fix_back .deleteTree_box .body .titsc{
  552. color: rgb(74,218,714);
  553. width: 100%
  554. }
  555. .fix_back .deleteTree_box .body .titsc .file_name{
  556. /* color: black */
  557. }
  558. .fix_back .deleteTree_box .password{
  559. width: 300px;
  560. height: 31px;
  561. /* z-index: 999999; */
  562. margin-top: 5px;
  563. }
  564. .fix_back .deleteTree_box .foot{
  565. display: flex;
  566. justify-content:center;
  567. align-items:center;
  568. height: 45px;
  569. }
  570. .fix_back .deleteTree_box .foot button{
  571. width: 80px;
  572. height: 34px;
  573. border-radius: 2px;
  574. cursor: pointer;
  575. }
  576. .fix_back .deleteTree_box .foot button:nth-child(1){
  577. border:1px rgb(0,83,149) solid;
  578. background-color: rgb(0,83,149);
  579. color: white
  580. }
  581. .fix_back .deleteTree_box .foot button:nth-child(2){
  582. border:1px rgb(230,230,230) solid;
  583. background-color: white;
  584. color: rgb(128, 123, 123);
  585. margin-left: 10px
  586. }
  587. .left_search_datas{
  588. padding-left: 10px;
  589. cursor: pointer;
  590. height: 30px;
  591. line-height: 30px
  592. }
  593. /* 下拉搜索点击背景 */
  594. .cli_bg{
  595. background-color: rgb(233,249,248)
  596. }
  597. .left_search_datas:hover{
  598. background-color: rgb(238,238,238)
  599. }
  600. /* 右侧文件列表 */
  601. .jry_box .file{
  602. border:1px rgb(185, 184, 184) solid;
  603. /* height: 500px; */
  604. border-radius: 2px;
  605. padding-bottom: 10px
  606. }
  607. .jry_box .file .head{
  608. background-color: rgb(243,243,243);
  609. /* height: 40px;
  610. line-height: 40px */
  611. display: flex;
  612. flex-wrap:wrap;
  613. justify-content:space-between;
  614. padding: 0px 0px 10px 0px
  615. }
  616. .jry_box .file .head .left{
  617. width: 82%;
  618. display: flex;
  619. flex-wrap:wrap
  620. }
  621. .jry_box .file .head .left .children{
  622. width: 250px;
  623. margin-top: 10px
  624. }
  625. .jry_box .file .head .right{
  626. width: 18%;
  627. display: flex;
  628. justify-content:flex-end
  629. }
  630. .jry_box .file .body{
  631. padding: 0 15px
  632. }
  633. .jry_box .file .body .title{
  634. height: 40px;
  635. line-height: 40px
  636. }
  637. .jry_box .file .body .title span{
  638. font-size: 14px;
  639. color: #000000;
  640. float: left;
  641. }
  642. .jry_box .file .body .title button{
  643. width: 80px;
  644. height: 28px;
  645. line-height: 26px;
  646. color:#005395;
  647. border: 1px #005395 solid;
  648. background-color: rgb(230,238,244);
  649. float: right;
  650. margin-top: 6px;
  651. cursor: pointer;
  652. border-radius: 2px;
  653. margin-right: 10px
  654. }
  655. .jry_box .file .body .grid_height>div{
  656. height: 400px;
  657. }
  658. .jry_box .file .head .spa{
  659. display: inline-block;
  660. margin-left: 10px;
  661. font-size: 14px;
  662. color: #333333
  663. }
  664. .jry_box .file .head input:focus{
  665. outline: none
  666. }
  667. .jry_box .file .head .tab-mainDiv-body-content{
  668. width: 160px;
  669. display: inline-block
  670. }
  671. .jry_box .file .head .ipt{
  672. width: 150px;
  673. height: 30px;
  674. }
  675. .jry_box .file .head button{
  676. width: 60px;
  677. height: 28px;
  678. border-radius: 2px;
  679. cursor: pointer;
  680. margin-top: 10px
  681. }
  682. .jry_box .file .head .btn-default-focus{
  683. box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
  684. outline: none
  685. }
  686. .jry_box .file .head .ui-select-bootstrap>.ui-select-match>.btn{
  687. margin-bottom: 5px
  688. }
  689. .jry_box .file .head .search{
  690. border:1px rgb(0,83,149) solid;
  691. background-color: rgb(0,83,149);
  692. color: white;
  693. /* float: right; */
  694. }
  695. .jry_box .file .head .clean{
  696. border:1px rgb(230,230,230) solid;
  697. background-color: white;
  698. color: rgb(128, 123, 123);
  699. margin-left: 10px;
  700. margin-right: 10px;
  701. /* float: right; */
  702. }
  703. .sweet-alert button{
  704. margin-top: 16px
  705. }
  706. </style>