阅行客电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

969 lines
18 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. @import 'variables';
  2. @import 'mixin';
  3. .filter-search{
  4. @include btn_blue_style;
  5. &:hover{
  6. @include btn_blue_hover;
  7. }
  8. }
  9. .filter-refresh{
  10. @include btn_white_style;
  11. &:hover{
  12. @include btn_white_hover;
  13. }
  14. }
  15. .head-archives{
  16. padding: 0 0 20px 0;
  17. .archives-crud{
  18. float: left;
  19. }
  20. .archives-recycle{
  21. float: left;
  22. }
  23. .head-search{
  24. float: left;
  25. margin-left: 10px;
  26. margin-bottom: 0 !important;
  27. .filter-item{
  28. margin-right: 5px !important;
  29. }
  30. }
  31. .archives-handler-btn{
  32. float: right;
  33. }
  34. }
  35. .packing-head{
  36. display: flex;
  37. justify-content: space-between;
  38. .el-input__inner {
  39. padding-left: 90px;
  40. }
  41. }
  42. .container-main{
  43. .left-tree-item{
  44. margin-bottom: 20px;
  45. min-height: calc(100vh/2 - 105px);
  46. &:last-child{
  47. margin-bottom: 0;
  48. }
  49. }
  50. .tree-title{
  51. height: 40px;
  52. line-height: 40px;
  53. text-align: center;
  54. color: $mainColor;
  55. background-color: #02255F;
  56. }
  57. }
  58. .archives-warp{
  59. margin-bottom: 20px;
  60. }
  61. .archives-top{
  62. display: flex;
  63. justify-content: right;
  64. margin-bottom: 10px;
  65. .el-checkbox .el-checkbox__label{
  66. color: #fff;
  67. }
  68. }
  69. .archives-right-list{
  70. position: relative;
  71. }
  72. .archives-fixed-top{
  73. position: absolute;
  74. right: 0;
  75. top: 6px;
  76. margin-bottom: 0;
  77. }
  78. .crud-opts{
  79. justify-content: space-between;
  80. }
  81. .archives-handler-btn{
  82. .el-button{
  83. padding: 0 13px 0 3px;
  84. span{
  85. margin-left: 5px;
  86. }
  87. &.packing-btn{
  88. border-color: $arcPurple;
  89. background-color: $arcPurple;
  90. &.is-disabled{
  91. border-color:#2B1D70;
  92. background-color: #2B1D70;
  93. }
  94. }
  95. &.part-btn{
  96. border-color: $arcCyan;
  97. background-color: $arcCyan;
  98. &.is-disabled{
  99. border-color:#075E6C;
  100. background-color: #075E6C;
  101. }
  102. }
  103. &.warehousing-btn{
  104. border-color: $arcYellow;
  105. background-color: $arcYellow;
  106. &.is-disabled{
  107. border-color:#7E4021;
  108. background-color: #7E4021;
  109. }
  110. }
  111. &.lending-btn{
  112. border-color: $arcRed;
  113. background-color: $arcRed;
  114. &.is-disabled{
  115. border-color:#7A2831;
  116. background-color: #7A2831;
  117. }
  118. }
  119. &.binding-btn{
  120. border-color: $arcGreen;
  121. background-color: $arcGreen;
  122. &.is-disabled{
  123. border-color:#0D5649;
  124. background-color: #0D5649;
  125. }
  126. }
  127. &.is-disabled{
  128. color: #666;
  129. }
  130. }
  131. .iconfont{
  132. line-height: 30px;
  133. }
  134. }
  135. .archives-table,
  136. .base-info{
  137. td.el-table__cell .row-state{
  138. display: block;
  139. width: 48px;
  140. height: 26px;
  141. line-height: 24px;
  142. // padding: 0 12px;
  143. margin: 0 auto;
  144. border-radius: 3px;
  145. color: #A6ADB6;
  146. border: 1px solid #E6E8ED;
  147. background-color: #F3F5F9;
  148. }
  149. .row-physical{
  150. // color: #A6ADB6;
  151. // border: 1px solid #E6E8ED;
  152. // background-color: #F3F5F9;
  153. &.state-active{
  154. color: #0348F3 !important;
  155. border-color: #90B0F9 !important;
  156. background-color: #EEF5FE !important;
  157. }
  158. }
  159. .row-packing{
  160. // color: $arcPurple;
  161. // border-color: $arcPurple;
  162. &.state-active{
  163. color: #018BFF !important;
  164. border-color: #9BD1FF !important;
  165. background-color: #DCEDFD !important;
  166. }
  167. }
  168. .row-warehousing{
  169. // color: $arcYellow;
  170. // border-color: $arcYellow;
  171. &.state-active{
  172. color: #FF8329!important;
  173. border-color: #FEBD98 !important;
  174. background-color: #FFF3E5 !important;
  175. }
  176. }
  177. .row-lending{
  178. // color: $arcRed;
  179. // border-color: $arcRed;
  180. &.state-active{
  181. color: #FD7359 !important;
  182. border-color: #FBC0B5 !important;
  183. background-color: #FCECE9 !important;
  184. }
  185. }
  186. .row-binding{
  187. // color: $arcGreen;
  188. // border-color: $arcGreen;
  189. &.state-active{
  190. color: #2ECAAC !important;
  191. border-color: #B1EBDF !important;
  192. background-color: #E8F8F5 !important;
  193. }
  194. }
  195. .is-scrolling-left,
  196. .is-scrolling-middle,
  197. .is-scrolling-right{
  198. max-height: calc(100vh - 434px) !important;
  199. }
  200. }
  201. .base-info .row-state{
  202. width: 68px;
  203. height: 26px;
  204. line-height: 24px;
  205. text-align: center;
  206. margin-top: -6px;
  207. border-width: 1px;
  208. border-style: solid;
  209. border-radius: 26px;
  210. }
  211. // 上传附件
  212. .upload-dialog{
  213. .el-dialog{
  214. width: 940px;
  215. .el-dialog__body{
  216. padding: 20px 0 30px 0;
  217. }
  218. }
  219. }
  220. .upload-file{
  221. position: relative;
  222. z-index: 1001;
  223. .upload-curd{
  224. display: flex;
  225. flex-direction: row;
  226. margin: 0 32px 20px 32px;
  227. }
  228. .upload-demo{
  229. position: relative;
  230. margin-right: 10px;
  231. .el-upload-list{
  232. display: none;
  233. position: absolute;
  234. left: 0;
  235. bottom: 0;
  236. }
  237. }
  238. }
  239. .screenshot{
  240. display: block;
  241. margin: 0 auto;
  242. object-fit: cover;
  243. }
  244. .file-down,
  245. .packing-handle-btn,
  246. .packing-recall-btn{
  247. display: block;
  248. width: 66px;
  249. height: 28px;
  250. line-height: 28px;
  251. padding: 0;
  252. color: #fff;
  253. border-radius: 2px;
  254. margin: 0 auto;
  255. &::before{
  256. margin-right: 5px;
  257. }
  258. }
  259. .file-down{
  260. padding: 0 !important;
  261. background-color: $mainColor;
  262. border-color: $mainColor;
  263. }
  264. .packing-handle-btn{
  265. background-color: $arcPurple;
  266. border-color: $arcPurple;
  267. }
  268. .packing-recall-btn{
  269. background-color: $arcRed;
  270. border-color: $arcRed;
  271. }
  272. .selct-data-head{
  273. color: #fff;
  274. line-height: 30px;
  275. }
  276. // 绑定标签
  277. .bindingDialog{
  278. .el-dialog{
  279. width: 720px;
  280. }
  281. .el-dialog__body{
  282. padding: 35px 35px 58px 35px;
  283. }
  284. }
  285. .rebinding {
  286. display: flex;
  287. justify-content: space-between;
  288. padding: 50px 65px 35px 65px;
  289. span{
  290. display: block;
  291. width: 60px;
  292. line-height: 36px;
  293. color: #3A99FD;
  294. }
  295. .el-input {
  296. .el-input__inner{
  297. font-size: 14px;
  298. height: 36px;
  299. line-height: 36px;
  300. color: #fff;
  301. border: 1px solid #3A99FD;
  302. background-color: transparent;
  303. }
  304. }
  305. }
  306. .binding-flow{
  307. .step-item{
  308. position: relative;
  309. display: flex;
  310. justify-content: space-between;
  311. margin-bottom: 10px;
  312. z-index: 1;
  313. &::before{
  314. content: "";
  315. position: absolute;
  316. left: 15px;
  317. top: 32px;
  318. width: 2px;
  319. height: 45px;
  320. // background-color: #0348F3;
  321. border-left: 2px solid #0348F3;
  322. opacity: 0.3;
  323. z-index: 1;
  324. }
  325. &:last-child::before{
  326. display: none;
  327. }
  328. &.step-active{
  329. &::before{
  330. opacity: 0.3;
  331. }
  332. }
  333. &.step-loading{
  334. &::before{
  335. opacity: 1;
  336. border-left: 2px dashed #0348F3;
  337. }
  338. }
  339. }
  340. .step-left-num{
  341. position: relative;
  342. display: block;
  343. width: 30px;
  344. height: 30px;
  345. line-height: 28px;
  346. border-radius: 50%;
  347. font-size: 16px;
  348. text-align: center;
  349. color: #0348F3;
  350. border: 2px solid #0348F3;
  351. // background-color: #0348F3;
  352. opacity: 0.3;
  353. z-index: 4;
  354. &.step-active{
  355. color: #fff;
  356. background-color:#0348F3;
  357. opacity: 1;
  358. }
  359. &.step-loading{
  360. color: #0348F3;
  361. border: 2px solid #0348F3;
  362. background-color: #fff;
  363. &::before,
  364. &::after{
  365. content: "";
  366. position: absolute;
  367. left: 50%;
  368. top: 50%;
  369. // width: 40px;
  370. // height: 40px;
  371. // border-radius: 50%;
  372. // color: #0348F3;
  373. // border: 2px solid #0348F3;
  374. // background-color: #fff;
  375. // box-shadow: inset 0px 0px 8px 1px #0348F3;
  376. margin: -20px 0 0 -20px;
  377. z-index: 1;
  378. }
  379. // &::before{
  380. // animation: halo 2s linear 0.5s infinite;
  381. // }
  382. // &::after{
  383. // animation: halo 2s linear 1.5s infinite;
  384. // }
  385. }
  386. }
  387. // 晕开效果
  388. @keyframes halo {
  389. 0% {
  390. transform: scale(1);
  391. -webkit-transform: scale(1);
  392. opacity: 0.0;
  393. }
  394. 25% {
  395. transform: scale(1);
  396. -webkit-transform: scale(1);
  397. opacity: 0.1;
  398. }
  399. 50% {
  400. transform: scale(1);
  401. -webkit-transform: scale(1);
  402. opacity: 0.3;
  403. }
  404. 75% {
  405. transform: scale(1.2);
  406. -webkit-transform: scale(1.2);
  407. opacity: 0.5;
  408. }
  409. 100% {
  410. transform: scale(1.5);
  411. -webkit-transform: scale(1.5);
  412. opacity: 0.0;
  413. }
  414. }
  415. .step-right-cont{
  416. flex: 1;
  417. margin-left: 12px;
  418. .step-title{
  419. font-size: 16px;
  420. line-height: 30px;
  421. color: #0348F3;
  422. span{
  423. padding-left: 10px;
  424. // font-weight: bold;
  425. color: #0C0E1E;
  426. }
  427. }
  428. .step-tip{
  429. padding: 0 10px;
  430. height: 40px;
  431. line-height: 40px;
  432. color: #A6ADB6;
  433. background-color: #EDEFF3;
  434. border-radius: 4px;
  435. &.tip-active{
  436. color: #545B65;
  437. }
  438. &.tip-error{
  439. color: #ED4A41;
  440. }
  441. }
  442. }
  443. }
  444. // 分卷装盒
  445. .partPackingDialog{
  446. .el-dialog{
  447. width: 950px !important;
  448. position: absolute;
  449. left: 50%;
  450. top: 50%;
  451. transform: translate(-50%, -50%);
  452. margin-top: 2vh !important;
  453. }
  454. .el-dialog__body{
  455. padding: 0;
  456. }
  457. .dialog-footer{
  458. margin: 20px auto 0 auto;
  459. padding-bottom: 20px;
  460. }
  461. .packing-head{
  462. border-bottom: 1px solid $mainColor;
  463. .head-search{
  464. margin-bottom: 0;
  465. }
  466. }
  467. }
  468. .part-packing-cont{
  469. display: flex;
  470. flex-direction: row;
  471. flex-wrap: wrap;
  472. justify-content: space-between;
  473. }
  474. .part-packing-item{
  475. width: calc(100%/2 - 10px);
  476. .part-packing-title{
  477. padding: 0 30px;
  478. height: 40px;
  479. line-height: 40px;
  480. font-size: 16px;
  481. font-weight: normal;
  482. color: #fff;
  483. }
  484. .el-table{
  485. overflow-x: hidden;
  486. overflow-y: auto;
  487. border: 2px solid #02255f;
  488. border-top: none;
  489. .el-table__body-wrapper{
  490. background-color: $boxBg;
  491. }
  492. }
  493. }
  494. .upload-btn{
  495. position: relative;
  496. margin-right: 10px;
  497. overflow: hidden;
  498. #upFile{
  499. position: absolute;
  500. left: 0;
  501. top: 0;
  502. opacity: 0;
  503. height: 34px;
  504. }
  505. }
  506. // 借阅管理
  507. .el-dialog .el-dialog__body{
  508. .el-button.is-disabled,
  509. .el-button.is-disabled:hover,
  510. .el-button.is-disabled:focus{
  511. background-color: #02255F;
  512. color: #13439E;
  513. border-color: #02255F;
  514. }
  515. }
  516. .crud-opts {
  517. display: inline-block;
  518. }
  519. .iconfont::before {
  520. margin-right: 5px;
  521. }
  522. .cell-lend {
  523. display: inline-block;
  524. height: 26px;
  525. line-height: 26px;
  526. border-radius: 13px;
  527. text-align: center;
  528. }
  529. .no-lend {
  530. color: $arcRed;
  531. border: 1px solid $arcRed;
  532. }
  533. .wait-lend{
  534. color: $arcYellow;
  535. border: 1px solid $arcYellow;
  536. }
  537. .have-lend {
  538. color: #fff;
  539. background-color: $arcRed;
  540. }
  541. .other-lend {
  542. color: $arcRed;
  543. border: 1px solid $arcRed;
  544. position: relative;
  545. &::after {
  546. content: '';
  547. display: block;
  548. height: 2px;
  549. width: 20px;
  550. background-color: $arcRed;
  551. position: absolute;
  552. left: 50%;
  553. top: 50%;
  554. transform: translate(-50%, -50%);
  555. }
  556. }
  557. .has-return{
  558. color: #fff;
  559. border: 1px solid $arcGreen;
  560. background-color: $arcGreen;
  561. }
  562. .clear {
  563. border-radius: 13px;
  564. width: 80px;
  565. height: 26px;
  566. line-height: 26px;
  567. display: inline-block;
  568. text-align: center;
  569. }
  570. .no-clear .clear {
  571. color: $arcYellow;
  572. border: 1px solid $arcYellow;
  573. }
  574. .have-clear .clear {
  575. color: $arcGreen;
  576. border: 1px solid $arcGreen;
  577. }
  578. .fail-clear .clear {
  579. color: $arcRed;
  580. border: 1px solid $arcRed;
  581. }
  582. .other-clear .clear {
  583. color: $arcCyan;
  584. border: 1px solid $arcCyan;
  585. }
  586. .error-clear-bg .clear{
  587. color: #fff;
  588. background-color: $arcRed;
  589. }
  590. .have-clear-bg .clear{
  591. color: #fff;
  592. background-color: $arcGreen;
  593. }
  594. .no-clear-bg .clear{
  595. color: #fff;
  596. background-color: $arcYellow;
  597. }
  598. //3D库房
  599. .iframe_box {
  600. width: 100%;
  601. height: calc(100vh - 285px);
  602. }
  603. .warehouse {
  604. display: flex;
  605. max-height: calc(100vh - 184px);
  606. overflow: hidden;
  607. .warehouse-left {
  608. flex: 1;
  609. }
  610. .warehouse-right {
  611. width: 458px;
  612. max-height: calc(100vh - 192px);
  613. }
  614. }
  615. .warehose-el-table .el-table__header-wrapper {
  616. box-shadow: inset 0px 0px 6px 1px $mainColor;
  617. background: none !important;
  618. }
  619. .warehose-el-table .el-table__header .el-table__cell {
  620. padding: 0;
  621. height: 30px;
  622. background: transparent;
  623. .cell {
  624. font-size: 14px;
  625. }
  626. }
  627. .light-blue {
  628. background-color: #011E4F !important;
  629. }
  630. //出入库
  631. .dpflex {
  632. display: flex;
  633. justify-content: space-between;
  634. }
  635. .orange-btn {
  636. width: 76px;
  637. height: 30px;
  638. background-color: $arcYellow;
  639. border: none;
  640. &.el-button.is-disabled,
  641. &.el-button.is-disabled:hover {
  642. background-color: #7E4021;
  643. color: #666;
  644. }
  645. }
  646. .green-btn {
  647. width: 106px;
  648. height: 30px;
  649. background-color: $arcGreen;
  650. border: none;
  651. &.el-button.is-disabled,
  652. &.el-button.is-disabled:hover {
  653. background-color: #0D5649;
  654. color: #666;
  655. }
  656. }
  657. // 20230712 抽屉
  658. .el-drawer__wrapper {
  659. position: absolute;
  660. top: -22px;
  661. right: -22px;
  662. height: calc(100vh - 138px);
  663. }
  664. [data-theme=dark] .el-drawer__wrapper {
  665. position: absolute;
  666. top: -42px;
  667. right: -22px;
  668. height: calc(100vh - 159px);
  669. }
  670. .management-drawer.el-drawer__wrapper {
  671. height: calc(100vh - 118px);
  672. }
  673. [data-theme=dark] .management-drawer.el-drawer__wrapper {
  674. height: calc(100vh - 159px);
  675. }
  676. .el-drawer{
  677. overflow: visible;
  678. }
  679. [data-theme=dark] .el-drawer{
  680. background-color: #031435;
  681. border: 1px solid #113d72;
  682. }
  683. .el-drawer.rtl{
  684. top: 0;
  685. box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.08);
  686. border: 1px solid #E6E8ED;
  687. }
  688. [data-theme=dark] .el-drawer.rtl{
  689. border: 1px solid #113d72;
  690. }
  691. .el-drawer__body{
  692. position: relative;
  693. overflow: visible;
  694. padding-top: 57px;
  695. }
  696. [data-theme=dark] .el-drawer__body{
  697. padding-top: 40px;
  698. }
  699. .anjuan-drawer .el-drawer__body{
  700. padding-top: 23px;
  701. }
  702. [data-theme=dark] .anjuan-drawer .el-drawer__body{
  703. padding-top: 42px;
  704. }
  705. [data-theme=dark] .anjuan-drawer .el-drawer.rtl {
  706. border-top: none;
  707. }
  708. .management-drawer.el-drawer__wrapper {
  709. .el-drawer__body{
  710. padding: 20px;
  711. }
  712. }
  713. .closed-btn{
  714. position: relative;
  715. position: absolute;
  716. left: -22px;
  717. top: 50%;
  718. display: block;
  719. width: 22px;
  720. height: 60px;
  721. margin-top: -30px;
  722. background: url("~@/assets/images/collect/zk.png") no-repeat;
  723. background-size: 22px 60px;
  724. // background: #FFFFFF;
  725. // box-shadow: -7px 0px 7px 0px rgba(0,0,0,0.07);
  726. // border: 1px solid #E6E8ED;
  727. // border-radius: 2px;
  728. // transform: perspective(0.5em) rotateY(-5deg);
  729. z-index: 999;
  730. cursor: pointer;
  731. // &::before{
  732. // position: absolute;
  733. // left: 6px;
  734. // top: 50%;
  735. // font-family: "iconfont" !important;
  736. // font-style: normal;
  737. // -webkit-font-smoothing: antialiased;
  738. // -moz-osx-font-smoothing: grayscale;
  739. // font-size: 12px;
  740. // text-align: center;
  741. // content: "\e60e";
  742. // color: #A6ADB6;
  743. // transform: rotateY(5deg) translateY(-50%) scale(0.9);
  744. // }
  745. }
  746. .collect-header{
  747. display: flex;
  748. justify-content: space-between;
  749. height: 73px;
  750. padding: 20px 10px 0 20px;
  751. border-top: 1px solid #EDEFF3;
  752. h4{
  753. flex: 1;
  754. padding-left: 62px;
  755. // height: 40px;
  756. line-height: 40px;
  757. background: url("~@/assets/images/collect/xm.png") no-repeat left top;
  758. background-size: 47px 40px;
  759. font-size: 18px;
  760. font-weight: 500;
  761. color: #0C0E1E;
  762. &.is-anjuan{
  763. background: url("~@/assets/images/collect/aj.png") no-repeat left -2px;
  764. background-size: 50px 39px;
  765. }
  766. &.is-juannei{
  767. background: url("~@/assets/images/collect/jn.png") no-repeat left top;
  768. background-size: 46px 49px;
  769. }
  770. &.is-file{
  771. background: url("~@/assets/images/collect/yw.png") no-repeat left -6px;
  772. background-size: 50px 46px;
  773. }
  774. }
  775. .head-search{
  776. margin-right: 30px;
  777. .el-button{
  778. margin-left: 10px;
  779. }
  780. &.is-recycle{
  781. margin-right: 10px;
  782. }
  783. }
  784. }
  785. [data-theme=dark] .collect-header{
  786. border-top: none;
  787. h4{
  788. color: #fff;
  789. }
  790. }
  791. .collect-menu{
  792. .el-menu.el-menu--horizontal{
  793. border-bottom: none;
  794. background-color: transparent;
  795. }
  796. .el-submenu{
  797. width: 76px;
  798. height: 32px;
  799. border-radius: 3px;
  800. border: 1px solid #0348F3;
  801. margin-right: 10px;
  802. .el-submenu__title{
  803. display: flex;
  804. justify-content: center;
  805. align-items: center;
  806. padding: 0;
  807. height: 30px;
  808. line-height: 32px;
  809. font-weight: bold;
  810. color: #0348F3;
  811. border-bottom: none;
  812. i.iconfont{
  813. color: #0348F3;
  814. margin-right: 0;
  815. }
  816. span{
  817. display: block;
  818. }
  819. .el-submenu__icon-arrow {
  820. display: none;
  821. }
  822. &:focus,
  823. &:hover{
  824. color: #0348F3;
  825. }
  826. }
  827. &.is-active{
  828. .el-submenu__title{
  829. border-bottom: none;
  830. color: #0348F3;
  831. }
  832. }
  833. }
  834. }
  835. .el-menu--popup{
  836. min-width: 120px;
  837. padding: 10px 0;
  838. border-radius: 3px;
  839. border: 1px solid #E6E8ED;
  840. .collect-submenu-group{
  841. .el-menu-item{
  842. padding: 0 18px !important;
  843. color: #0C0E1E;
  844. &:hover,
  845. &:focus,
  846. &.active-item{
  847. background: #F5F9FC;
  848. color: #0348F3;
  849. }
  850. }
  851. .el-menu-item-group__title{
  852. font-size: 14px;
  853. padding: 0 18px !important;
  854. line-height: 36px;
  855. color: #A6ADB6;
  856. }
  857. &.submenu-tree{
  858. .el-menu-item{
  859. padding: 0 18px 0 32px !important;
  860. }
  861. }
  862. }
  863. }
  864. .collect-menu-item{
  865. position: relative;
  866. .collect-submenu{
  867. display: none;
  868. position: absolute;
  869. top: 40px;
  870. right: 0;
  871. width: 120px;
  872. height: 125px;
  873. background: #FFFFFF;
  874. box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.08);
  875. border-radius: 3px;
  876. border: 1px solid #E6E8ED;
  877. transform-origin: 95% 40%;
  878. transition: all 0.3s ease-in-out;
  879. }
  880. }
  881. .fileUpload-dialog {
  882. .el-dialog{
  883. width: 536px;
  884. }
  885. }
  886. .collect-filter{
  887. display: flex;
  888. // width: 360px;
  889. height: 32px;
  890. justify-content: flex-end;
  891. .vue-treeselect{
  892. font-size: 12px;
  893. margin-right: 10px !important;
  894. .vue-treeselect__control{
  895. height: 33px !important;
  896. }
  897. }
  898. }
  899. .mangement-fixed-top{
  900. // padding: 0 20px 10px 20px;
  901. text-align: right;
  902. flex: 1;
  903. color: #545B65;
  904. }
  905. .drag-tip {
  906. display: block;
  907. padding-left: 20px;
  908. padding-bottom: 10px;
  909. font-style: normal;
  910. font-weight: bold;
  911. font-size: 12px;
  912. }