indexes.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  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. <input type="password" class="password" ng-model="delete_password">
  153. <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>
  154. </div>
  155. <div class="foot">
  156. <button ng-click="delete_sure()">确定</button>
  157. <button ng-click="close_delete_box()">取消</button>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. <style>
  163. /* 左侧树 */
  164. .jry_box{
  165. display: flex;
  166. }
  167. .jry_box .title{
  168. height: 25px;
  169. line-height: 25px;
  170. font-size: 16px;
  171. }
  172. .jry_box .folder{
  173. border:1px rgb(185, 184, 184) solid;
  174. height: 500px;
  175. border-radius: 2px
  176. }
  177. /* 操作三个按钮 */
  178. .jry_box .folder .operation{
  179. height: 35px;
  180. background-color: rgb(245,245,245)
  181. }
  182. .jry_box .folder .operation div{
  183. float: left;
  184. width: 33%;
  185. height: 35px;
  186. text-align: center;
  187. line-height: 35px;
  188. cursor: pointer;
  189. }
  190. .jry_box .folder .operation div:nth-child(2){
  191. border-left:1px rgb(230,230,230) solid;
  192. border-right:1px rgb(230,230,230) solid
  193. }
  194. .jry_box .folder .operation div:hover{
  195. color: rgb(62,125,175)
  196. }
  197. /* 搜索 */
  198. .jry_box .folder .search{
  199. height: 25px;
  200. margin: 0 auto;
  201. display: flex;
  202. justify-content:center;
  203. margin-top: 8px
  204. }
  205. .jry_box .folder .search input{
  206. border-radius: 4px 0 0 4px;
  207. height: 25px;
  208. width: 85%
  209. }
  210. .jry_box .folder .search input:focus{
  211. outline: none
  212. }
  213. .jry_box .folder .search input::-webkit-input-placeholder{
  214. font-size: 13px;
  215. color: rgb(180, 179, 179)
  216. }
  217. .jry_box .folder .search i{
  218. display: inline-block;
  219. height: 24.5px;
  220. width: 25px;
  221. line-height: 26px;
  222. text-align: center;
  223. border-radius: 0px 4px 4px 0px;
  224. font-size: 14px;
  225. color: rgb(192, 191, 191);
  226. border: 1px rgb(222, 222, 222) solid;
  227. margin-left: -1px;
  228. cursor: pointer;
  229. }
  230. /* 树 */
  231. .jry_box .folder .tree{
  232. height: 422px;
  233. overflow: hidden;
  234. margin-top: 8px;
  235. overflow-y: scroll;
  236. }
  237. .jry_box .folder .tree a{
  238. display: inline-block;
  239. width: 100%;
  240. overflow: hidden;
  241. white-space: nowrap;
  242. text-overflow: ellipsis
  243. }
  244. .jry_box .folder .tree .left_search_datas{
  245. /* display: inline-block; */
  246. width: 100%;
  247. overflow: hidden;
  248. white-space: nowrap;
  249. text-overflow: ellipsis
  250. }
  251. .jry_box .folder .tree::-webkit-scrollbar{
  252. display: none
  253. }
  254. .jry_box .folder .tree i{
  255. font-size: 14px
  256. }
  257. /* 背景蒙版 */
  258. .fix_back{
  259. position: fixed;
  260. left: 0;
  261. top: 0;
  262. width: 100%;
  263. height: 100%;
  264. background-color: rgba(0,0,0,0.5);
  265. z-index: 99999;
  266. }
  267. /* 新增弹框 */
  268. .fix_back .add_new_box{
  269. width: 340px;
  270. height: 325px;
  271. background-color: white;
  272. margin-left: -170px;
  273. margin-top: -162px;
  274. position: absolute;
  275. left: 50%;
  276. top: 50%;
  277. border-radius: 2px;
  278. display: none
  279. }
  280. /* 父类带出弹框 */
  281. .parent_bring_box{
  282. width: 150px;
  283. height: 26px;
  284. position: absolute;
  285. left: 37px;
  286. top: 222px;
  287. background-color: white;
  288. line-height: 26px;
  289. display: none
  290. }
  291. .parent_bring_box .parent_bring{
  292. padding: 2px 6px;
  293. border-radius: 2px;
  294. border:1px rgb(27,136,255) solid;
  295. overflow: hidden;
  296. position: relative
  297. }
  298. .parent_bring_box .parent_bring span{
  299. color: white;
  300. position: absolute;
  301. right: -1px;
  302. top: -1px;
  303. /* width: 10px; */
  304. border-top: 8px #1b88ff solid;
  305. border-bottom: 8px transparent solid;
  306. border-left: 8px transparent solid;
  307. border-right: 8px #1b88ff solid;
  308. text-align: center;
  309. line-height: 0px;
  310. display: inline-block;
  311. width: 5px;
  312. height: 5px;
  313. font-size: 6px;
  314. cursor: pointer;
  315. }
  316. /* .fix_back .add_new_box .fix_back .add_new_box .tree-control .tree-input{
  317. overflow: hidden;
  318. } */
  319. .fix_back .add_new_box .tree-control .tree-view{
  320. height: 230px;
  321. overflow: hidden;
  322. overflow-y: scroll
  323. }
  324. .fix_back .add_new_box .tree-control .tree-view::-webkit-scrollbar{
  325. display: none
  326. }
  327. .fix_back .add_new_box .head{
  328. height: 45px;
  329. line-height:45px;
  330. text-align: center;
  331. font-size: 17px;
  332. border-bottom: 2px rgb(245,245,245) solid;
  333. position: relative;
  334. }
  335. .fix_back .add_new_box .head span{
  336. display: inline-block;
  337. width: 14px;
  338. height: 14px;
  339. border-radius: 50%;
  340. border: 1px black solid;
  341. position: absolute;
  342. right: 14px;
  343. top: 15px;
  344. line-height: 11px;
  345. cursor: pointer;
  346. }
  347. .fix_back .add_new_box .body{
  348. width: 90%;
  349. height: 230px;
  350. border:1px rgb(240,240,240) solid;
  351. border-radius: 2px;
  352. margin: 0 auto;
  353. margin-top: 5px;
  354. background-color: #f3f3f3
  355. }
  356. .fix_back .add_new_box .body .tit{
  357. height: 30px;
  358. line-height: 30px;
  359. font-size: 13px;
  360. }
  361. .fix_back .add_new_box .body .left{
  362. display: inline-block;
  363. width: 15px;
  364. text-align: center;
  365. color: red;
  366. }
  367. .fix_back .add_new_box .body .green{
  368. padding-left: 15px
  369. }
  370. .fix_back .add_new_box .foot{
  371. display: flex;
  372. justify-content:center;
  373. align-items:center;
  374. height: 45px;
  375. }
  376. .fix_back .add_new_box .foot input{
  377. width: 80px;
  378. height: 34px;
  379. border-radius: 2px;
  380. cursor: pointer;
  381. border:1px rgb(0,83,149) solid;
  382. background-color: rgb(0,83,149);
  383. color: white
  384. }
  385. .fix_back .add_new_box .foot button{
  386. width: 80px;
  387. height: 34px;
  388. border-radius: 2px;
  389. cursor: pointer;
  390. }
  391. /* .fix_back .add_new_box .foot button:nth-child(1){
  392. border:1px rgb(0,83,149) solid;
  393. background-color: rgb(0,83,149);
  394. color: white
  395. } */
  396. .fix_back .add_new_box .foot button:nth-child(2){
  397. border:1px rgb(230,230,230) solid;
  398. background-color: white;
  399. color: rgb(128, 123, 123);
  400. margin-left: 10px
  401. }
  402. .fix_back .add_new_box .file_name{
  403. width: 260px;
  404. height: 31px;
  405. }
  406. .fix_back .add_new_box .file_name::-webkit-input-placeholder{
  407. font-size: 13px;
  408. color: rgb(180,180,180)
  409. }
  410. .fix_back .add_new_box .tree-control .tree-input{
  411. margin-left: 15px;
  412. width: 90%;
  413. }
  414. .fix_back .add_new_box .tree-control .tree-view{
  415. min-width: 293px!important;
  416. margin-left: 14px;
  417. width: 293px
  418. }
  419. /* 修改弹框 */
  420. .fix_back .modify_box{
  421. width: 340px;
  422. height: 325px;
  423. margin-left: -170px;
  424. margin-top: -96px;
  425. position: absolute;
  426. left: 50%;
  427. top: 50%;
  428. background-color: white;
  429. border-radius: 2px;
  430. display: none
  431. }
  432. .fix_back .modify_box .head{
  433. height: 45px;
  434. line-height:45px;
  435. text-align: center;
  436. font-size: 17px;
  437. border-bottom: 2px rgb(245,245,245) solid;
  438. position: relative;
  439. }
  440. .fix_back .modify_box .head span{
  441. display: inline-block;
  442. width: 14px;
  443. height: 14px;
  444. border-radius: 50%;
  445. border: 1px black solid;
  446. position: absolute;
  447. right: 14px;
  448. top: 15px;
  449. line-height: 11px;
  450. cursor: pointer;
  451. }
  452. .fix_back .modify_box .body{
  453. width: 90%;
  454. height: 230px;
  455. border:1px rgb(240,240,240) solid;
  456. border-radius: 2px;
  457. margin: 0 auto;
  458. margin-top: 5px;
  459. background-color: #f3f3f3
  460. }
  461. .fix_back .modify_box .body .green{
  462. padding-left: 15px
  463. }
  464. .fix_back .modify_box .body .tit{
  465. height: 30px;
  466. line-height: 30px;
  467. font-size: 13px;
  468. }
  469. .fix_back .modify_box .body .left{
  470. display: inline-block;
  471. width: 15px;
  472. text-align: center;
  473. color: red;
  474. }
  475. .fix_back .modify_box .file_name{
  476. width: 260px;
  477. height: 31px;
  478. }
  479. .fix_back .modify_box .tree-control .tree-input{
  480. margin-left: 15px;
  481. width: 90%;
  482. }
  483. .fix_back .modify_box .tree-control .tree-view{
  484. min-width: 293px!important;
  485. margin-left: 14px;
  486. width: 293px
  487. }
  488. .fix_back .modify_box .foot{
  489. display: flex;
  490. justify-content:center;
  491. align-items:center;
  492. height: 45px;
  493. }
  494. .fix_back .modify_box .foot button{
  495. width: 80px;
  496. height: 34px;
  497. border-radius: 2px;
  498. cursor: pointer;
  499. }
  500. .fix_back .modify_box .foot button:nth-child(1){
  501. border:1px rgb(0,83,149) solid;
  502. background-color: rgb(0,83,149);
  503. color: white
  504. }
  505. .fix_back .modify_box .foot button:nth-child(2){
  506. border:1px rgb(230,230,230) solid;
  507. background-color: white;
  508. color: rgb(128, 123, 123);
  509. margin-left: 10px
  510. }
  511. /* 删除树弹框 */
  512. .fix_back .deleteTree_box{
  513. width: 350px;
  514. height: 219px;
  515. margin-left: -180px;
  516. margin-top: -150px;
  517. position: absolute;
  518. left: 50%;
  519. top: 50%;
  520. background-color: white;
  521. border-radius: 2px;
  522. display: none
  523. }
  524. .fix_back .deleteTree_box .head{
  525. height: 35px;
  526. line-height: 35px;
  527. font-size: 14px;
  528. border-bottom: 2px rgb(245,245,245) solid;
  529. position: relative;
  530. padding-left: 12px;
  531. color: rgb(74,218,714)
  532. }
  533. .fix_back .deleteTree_box .body{
  534. width: 90%;
  535. height: 130px;
  536. border: 1px rgb(240,240,240) solid;
  537. border-radius: 2px;
  538. margin: 0 auto;
  539. margin-top: 5px;
  540. /* line-height: 115px; */
  541. background-color: #f3f3f3;
  542. padding: 5px;
  543. overflow: hidden;
  544. /* white-space: nowrap; */
  545. text-overflow: ellipsis
  546. /* text-align: center; */
  547. }
  548. .fix_back .deleteTree_box .body i{
  549. font-size: 14px;
  550. color: red
  551. }
  552. .fix_back .deleteTree_box .body .titsc{
  553. color: rgb(74,218,714);
  554. width: 100%
  555. }
  556. .fix_back .deleteTree_box .body .titsc .file_name{
  557. /* color: black */
  558. }
  559. .fix_back .deleteTree_box .password{
  560. width: 300px;
  561. height: 31px;
  562. /* z-index: 999999; */
  563. margin-top: 5px;
  564. }
  565. .fix_back .deleteTree_box .foot{
  566. display: flex;
  567. justify-content:center;
  568. align-items:center;
  569. height: 45px;
  570. }
  571. .fix_back .deleteTree_box .foot button{
  572. width: 80px;
  573. height: 34px;
  574. border-radius: 2px;
  575. cursor: pointer;
  576. }
  577. .fix_back .deleteTree_box .foot button:nth-child(1){
  578. border:1px rgb(0,83,149) solid;
  579. background-color: rgb(0,83,149);
  580. color: white
  581. }
  582. .fix_back .deleteTree_box .foot button:nth-child(2){
  583. border:1px rgb(230,230,230) solid;
  584. background-color: white;
  585. color: rgb(128, 123, 123);
  586. margin-left: 10px
  587. }
  588. .left_search_datas{
  589. padding-left: 10px;
  590. cursor: pointer;
  591. height: 30px;
  592. line-height: 30px
  593. }
  594. /* 下拉搜索点击背景 */
  595. .cli_bg{
  596. background-color: rgb(233,249,248)
  597. }
  598. .left_search_datas:hover{
  599. background-color: rgb(238,238,238)
  600. }
  601. /* 右侧文件列表 */
  602. .jry_box .file{
  603. border:1px rgb(185, 184, 184) solid;
  604. /* height: 500px; */
  605. border-radius: 2px;
  606. padding-bottom: 10px
  607. }
  608. .jry_box .file .head{
  609. background-color: rgb(243,243,243);
  610. /* height: 40px;
  611. line-height: 40px */
  612. display: flex;
  613. flex-wrap:wrap;
  614. justify-content:space-between;
  615. padding: 0px 0px 10px 0px
  616. }
  617. .jry_box .file .head .left{
  618. width: 82%;
  619. display: flex;
  620. flex-wrap:wrap
  621. }
  622. .jry_box .file .head .left .children{
  623. width: 250px;
  624. margin-top: 10px
  625. }
  626. .jry_box .file .head .right{
  627. width: 18%;
  628. display: flex;
  629. justify-content:flex-end
  630. }
  631. .jry_box .file .body{
  632. padding: 0 15px
  633. }
  634. .jry_box .file .body .title{
  635. height: 40px;
  636. line-height: 40px
  637. }
  638. .jry_box .file .body .title span{
  639. font-size: 14px;
  640. color: #000000;
  641. float: left;
  642. }
  643. .jry_box .file .body .title button{
  644. width: 80px;
  645. height: 28px;
  646. line-height: 26px;
  647. color:#005395;
  648. border: 1px #005395 solid;
  649. background-color: rgb(230,238,244);
  650. float: right;
  651. margin-top: 6px;
  652. cursor: pointer;
  653. border-radius: 2px;
  654. margin-right: 10px
  655. }
  656. .jry_box .file .body .grid_height>div{
  657. height: 400px;
  658. }
  659. .jry_box .file .head .spa{
  660. display: inline-block;
  661. margin-left: 10px;
  662. font-size: 14px;
  663. color: #333333
  664. }
  665. .jry_box .file .head input:focus{
  666. outline: none
  667. }
  668. .jry_box .file .head .tab-mainDiv-body-content{
  669. width: 160px;
  670. display: inline-block
  671. }
  672. .jry_box .file .head .ipt{
  673. width: 150px;
  674. height: 30px;
  675. }
  676. .jry_box .file .head button{
  677. width: 60px;
  678. height: 28px;
  679. border-radius: 2px;
  680. cursor: pointer;
  681. margin-top: 10px
  682. }
  683. .jry_box .file .head .btn-default-focus{
  684. box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
  685. outline: none
  686. }
  687. .jry_box .file .head .ui-select-bootstrap>.ui-select-match>.btn{
  688. margin-bottom: 5px
  689. }
  690. .jry_box .file .head .search{
  691. border:1px rgb(0,83,149) solid;
  692. background-color: rgb(0,83,149);
  693. color: white;
  694. /* float: right; */
  695. }
  696. .jry_box .file .head .clean{
  697. border:1px rgb(230,230,230) solid;
  698. background-color: white;
  699. color: rgb(128, 123, 123);
  700. margin-left: 10px;
  701. margin-right: 10px;
  702. /* float: right; */
  703. }
  704. .sweet-alert button{
  705. margin-top: 16px
  706. }
  707. </style>