【前端】智能库房综合管理系统前端项目
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.

876 lines
19 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. .head-container {
  2. padding: 20px;
  3. .filter-item {
  4. display: inline-block;
  5. vertical-align: middle;
  6. margin-right: 20px;
  7. input {
  8. border: 1px solid $inputBorder;
  9. background-color: $mainContainerBg;
  10. height: 32px;
  11. line-height: 32px;
  12. color: #fff;
  13. }
  14. }
  15. .el-form-item-label {
  16. margin: 0 3px 9px 0;
  17. display: inline-block;
  18. text-align: right;
  19. vertical-align: middle;
  20. font-size: 14px;
  21. color: #606266;
  22. line-height: 32px;
  23. padding: 0 7px;
  24. }
  25. .el-select__caret.el-input__icon.el-icon-arrow-up{
  26. line-height: 32px;
  27. }
  28. .date-item {
  29. display: inline-block;
  30. vertical-align: middle;
  31. border: 1px solid $inputBorder;
  32. background-color: $mainContainerBg;
  33. margin-right: 20px;
  34. height: 32px !important;
  35. width: 230px !important;
  36. }
  37. }
  38. .el-avatar {
  39. display: inline-block;
  40. text-align: center;
  41. background: #ccc;
  42. color: #fff;
  43. white-space: nowrap;
  44. position: relative;
  45. overflow: hidden;
  46. vertical-align: middle;
  47. width: 32px;
  48. height: 32px;
  49. line-height: 32px;
  50. border-radius: 16px;
  51. }
  52. .logo-con{
  53. height: 60px;
  54. padding: 13px 0 0;
  55. img{
  56. height: 32px;
  57. width: 135px;
  58. display: block;
  59. //margin: 0 auto;
  60. }
  61. }
  62. #el-login-footer {
  63. height: 40px;
  64. line-height: 40px;
  65. position: fixed;
  66. bottom: 0;
  67. width: 100%;
  68. text-align: center;
  69. color: #fff;
  70. font-family: Arial, serif;
  71. font-size: 12px;
  72. letter-spacing: 1px;
  73. }
  74. #el-main-footer {
  75. background: none repeat scroll 0 0 white;
  76. border-top: 1px solid #e7eaec;
  77. overflow: hidden;
  78. padding: 10px 6px 0 6px;
  79. height: 33px;
  80. font-size: 0.7rem !important;
  81. color: #7a8b9a;
  82. letter-spacing: 0.8px;
  83. font-family: Arial, sans-serif !important;
  84. position: fixed;
  85. bottom: 0;
  86. z-index: 99;
  87. width: 100%;
  88. }
  89. .yxk-upload {
  90. border: 1px dashed #c0ccda;
  91. border-radius: 5px;
  92. height: 45px;
  93. line-height: 45px;
  94. width: 368px;
  95. }
  96. .my-blockquote{
  97. margin: 0 0 10px;
  98. padding: 15px;
  99. line-height: 22px;
  100. border-left: 5px solid #00437B;
  101. border-radius: 0 2px 2px 0;
  102. background-color: #f2f2f2;
  103. }
  104. .my-code{
  105. position: relative;
  106. padding: 15px;
  107. line-height: 20px;
  108. border-left: 5px solid #ddd;
  109. color: #333;
  110. font-family: Courier New, serif;
  111. font-size: 12px
  112. }
  113. .el-tabs{
  114. margin-bottom: 25px;
  115. }
  116. // xu
  117. // 四角边线
  118. // 有左右分区时
  119. .container-main{
  120. display: flex;
  121. justify-content: space-between;
  122. margin-left: 0 !important;
  123. margin-right: 0 !important;
  124. }
  125. .container-left{
  126. margin-right: 20px;
  127. }
  128. .container-left,
  129. .container-right,
  130. .container-wrap,
  131. .el-card,
  132. .header-container-wrap{
  133. position: relative;
  134. min-height: 100%;
  135. padding: 0 !important;
  136. background-color: $mainContainerBg;
  137. border: $mainContainerBorder;
  138. min-height: calc(100vh - 190px);
  139. &::before,
  140. &::after{
  141. content: "";
  142. position: absolute;
  143. width: 17px;
  144. height: 17px;
  145. z-index: 99;
  146. }
  147. &::before{
  148. top: -1px;
  149. left: -1px;
  150. border-top: 1px solid #339CFF;
  151. border-left: 1px solid #339CFF;
  152. }
  153. &::after{
  154. right: -1px;
  155. bottom: -1px;
  156. border-right: 1px solid #339CFF;
  157. border-bottom: 1px solid #339CFF;
  158. }
  159. }
  160. .el-card,
  161. .container-left{
  162. background-color: transparent;
  163. min-height: auto;
  164. border-radius: 0;
  165. overflow: visible;
  166. .el-card__header{
  167. background-color: #02255F;
  168. border-bottom: none;
  169. .role-span{
  170. color: #fff;
  171. }
  172. }
  173. .el-card__body{
  174. padding: 0;
  175. .head-container{
  176. padding: 0;
  177. }
  178. }
  179. .crud-opts{
  180. justify-content: center;
  181. padding: 20px 0 !important;
  182. border-bottom: 1px solid #113D72;
  183. }
  184. .el-tree{
  185. margin: 20px 0;
  186. }
  187. }
  188. // xu el-button
  189. .head-search{
  190. margin-bottom: 20px;
  191. .el-button{
  192. margin-left: 0;
  193. background-color: $desPreviewColor;
  194. }
  195. }
  196. .el-button,
  197. .el-button--info.is-plain{
  198. font-size: 14px;
  199. color: #fff;
  200. border-color: #339CFF;
  201. background-color: transparent;
  202. }
  203. .el-button.is-disabled,
  204. .el-button.is-disabled:hover,
  205. .el-button.is-disabled:focus{
  206. color: #13439E;
  207. background-color: transparent;
  208. border-color: #13439E;
  209. }
  210. .el-button:hover,
  211. .el-button:focus,
  212. .el-button--info.is-plain:hover,
  213. .el-button--info.is-plain:focus{
  214. color: #fff;
  215. background-color: #02255F;
  216. border-color: #339CFF;
  217. }
  218. .el-button--mini{
  219. padding: 7px 10px;
  220. }
  221. .el-message-box,
  222. .el-popover{
  223. .el-button{
  224. border-color: #dcdfe6;
  225. color: #606266;
  226. }
  227. .el-button:focus,
  228. .el-button:hover {
  229. color: #1890ff;
  230. border-color: #badeff;
  231. background-color: #e8f4ff;
  232. }
  233. .el-button--primary,
  234. .el-button--primary:focus,
  235. .el-button--primary:hover {
  236. background: #46a6ff;
  237. border-color: #46a6ff;
  238. color: #fff;
  239. }
  240. }
  241. .header-container-wrap{
  242. min-height: auto;
  243. }
  244. .right-top-line,
  245. .left-bottom-line{
  246. display: block;
  247. position: absolute;
  248. width: 17px;
  249. height: 17px;
  250. z-index: 99;
  251. }
  252. .left-bottom-line{
  253. bottom: -1px;
  254. left: -1px;
  255. border-bottom: 1px solid #339CFF;
  256. border-left: 1px solid #339CFF;
  257. }
  258. .right-top-line{
  259. right: -1px;
  260. top: -1px;
  261. border-right: 1px solid #339CFF;
  262. border-top: 1px solid #339CFF;
  263. }
  264. .el-tree{
  265. background: transparent !important;
  266. .el-tree-node:focus>.el-tree-node__content {
  267. background-color: transparent !important;
  268. }
  269. .is-current>.el-tree-node__content {
  270. background-image: $subMenuActiveBg !important;
  271. color: #fff;
  272. }
  273. .el-tree-node__content{
  274. padding: 0 30px !important;
  275. height: 40px;
  276. color: $subMenuActiveText;
  277. background-color: transparent;
  278. .el-tree-node__label{
  279. font-size: 16px;
  280. font-weight: 600;
  281. }
  282. &:hover{
  283. background-color: transparent !important;
  284. background-image: $subMenuActiveBg;
  285. }
  286. }
  287. .el-tree-node__expand-icon{
  288. font-size: 16px;
  289. color: $subMenuActiveText;
  290. }
  291. .el-tree-node__children{
  292. padding: 0 18px;
  293. .el-tree-node__content{
  294. height: 30px;
  295. }
  296. .el-tree-node__label{
  297. font-size: 14px;
  298. font-weight: normal;
  299. }
  300. }
  301. }
  302. .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
  303. background-color: transparent;
  304. background-image: $subMenuActiveBg;
  305. }
  306. .el-date-editor .el-range-input{
  307. background: transparent;
  308. color: #fff;
  309. }
  310. // table
  311. .el-table{
  312. background: transparent;
  313. tr{
  314. background: transparent;
  315. .el-table__cell{
  316. height: 40px;
  317. background-color: transparent;
  318. }
  319. }
  320. .el-table__header-wrapper,
  321. .el-table__header{
  322. th.el-table__cell{
  323. background-color: #02255F;
  324. border-top: 1px solid #113D72;
  325. border-bottom: none;
  326. &>.cell{
  327. font-size: 16px;
  328. color: #339CFF;
  329. }
  330. }
  331. }
  332. .el-table__body-wrapper,
  333. .el-table__fixed-right{
  334. td.el-table__cell{
  335. color: #339CFF;
  336. font-size: 14px;
  337. border-bottom: 1px dashed #113D72;
  338. padding: 5px 0;
  339. }
  340. }
  341. &::before,
  342. .el-table--group::after,
  343. .el-table--border::after,
  344. .el-table__fixed::before,
  345. .el-table__fixed-right::before{
  346. background-color: transparent;
  347. }
  348. .el-checkbox__input.is-checked .el-checkbox__inner,
  349. .el-checkbox__input.is-disabled .el-checkbox__inner{
  350. border-color: #339CFF;
  351. background: transparent;
  352. &::after{
  353. border-color: #339CFF;
  354. }
  355. }
  356. .el-table__body tr.hover-row > td,
  357. .el-table__body tr.hover-row.current-row > td,
  358. .el-table__body tr.hover-row.el-table__row--striped > td,
  359. .el-table__body tr.hover-row.el-table__row--striped.current-row > td {
  360. color: #fff;
  361. background-color: #13439E;
  362. .el-checkbox__input.is-checked .el-checkbox__inner{
  363. background: #fff;
  364. border-color: #fff;
  365. }
  366. }
  367. .el-button{
  368. padding: 7px 15px;
  369. }
  370. .el-button--primary {
  371. background-color: #1890ff;
  372. border-color: #1890ff;
  373. }
  374. .el-button--danger {
  375. background-color: #ff4949;
  376. border-color: #ff4949;
  377. }
  378. .el-button.is-disabled,
  379. .el-button.is-disabled:hover,
  380. .el-button.is-disabled:focus{
  381. color: #fff;
  382. background-color: #ffa4a4;
  383. border-color: #ffa4a4;
  384. }
  385. }
  386. .el-table__body tr.el-table__row:hover>td.el-table__cell,
  387. .el-table__body tr.el-table__row:focus>td.el-table__cell,
  388. .el-table__body tr.current-row:hover>td.el-table__cell,
  389. .el-table__body tr.current-row:focus>td.el-table__cell{
  390. color: #fff;
  391. background-color: #13439E;
  392. .el-checkbox__input.is-checked .el-checkbox__inner{
  393. background: #fff;
  394. border-color: #fff;
  395. }
  396. }
  397. .el-table__body tr.current-row>td.el-table__cell{
  398. background-color: transparent;
  399. }
  400. .el-checkbox__inner{
  401. background: transparent;
  402. border-color: #339CFF;
  403. }
  404. .el-icon-arrow-right:before{
  405. color: #fff;
  406. }
  407. // 分页
  408. .el-pagination{
  409. padding: 2px 10px;
  410. margin: 10px 0 !important;
  411. .el-pagination__total{
  412. color: #fff;
  413. }
  414. button{
  415. background-color: transparent;
  416. &:disabled{
  417. background-color: transparent;
  418. }
  419. }
  420. .el-pager li.active{
  421. color: #fff;
  422. background-color: transparent;
  423. }
  424. .el-select .el-input .el-input__inner{
  425. background-color: transparent;
  426. color: #fff;
  427. }
  428. .btn-prev,
  429. .btn-next{
  430. background-color: transparent;
  431. }
  432. }
  433. // 弹框
  434. .el-dialog{
  435. position: relative;
  436. width: 620px;
  437. padding: 2px;
  438. background: linear-gradient(135deg, transparent 10px, #339CFF 0) top left,
  439. linear-gradient(-135deg, transparent 10px, #339CFF 0) top right,
  440. linear-gradient(-45deg, transparent 10px, #339CFF 0) bottom right,
  441. linear-gradient(45deg, transparent 10px, #339CFF 0) bottom left;
  442. background-size: 50% 50%;
  443. background-repeat: no-repeat;
  444. &::before,
  445. &::after,
  446. .dialog-right-top,
  447. .dialog-left-bottom{
  448. position: absolute;
  449. content: "";
  450. width: 134px;
  451. height: 63px;
  452. z-index: 99;
  453. }
  454. &::before{
  455. left: -6px;
  456. top: -6px;
  457. background: url(~@/assets/images/dialog_left_top.png) no-repeat;
  458. background-size: contain;
  459. }
  460. &::after{
  461. right: -18px;
  462. bottom: -7px;
  463. background: url(~@/assets/images/dialog_right_bottom.png) no-repeat;
  464. background-size: contain;
  465. }
  466. .dialog-right-top{
  467. right: -23px;
  468. top: -6px;
  469. background: url(~@/assets/images/dialog_right_top.png) no-repeat;
  470. background-size: contain;
  471. }
  472. .dialog-left-bottom{
  473. left: -6px;
  474. bottom: -7px;
  475. background: url(~@/assets/images/dialog_left_bottom.png) no-repeat;
  476. background-size: contain;
  477. }
  478. .el-dialog__header{
  479. position: absolute;
  480. top: -40px;
  481. left: 50%;
  482. width: 360px;
  483. padding: 0;
  484. transform: translateX(-50%);
  485. &::before{
  486. position: absolute;
  487. left: -23px;
  488. top: 0;
  489. content: "";
  490. width: 23px;
  491. height: 42px;
  492. background: url(~@/assets/images/dialog_left.png) no-repeat;
  493. background-size: cover;
  494. }
  495. &::after{
  496. position: absolute;
  497. right: -23px;
  498. top: 0;
  499. content: "";
  500. width: 23px;
  501. height: 42px;
  502. background: url(~@/assets/images/dialog_right.png) no-repeat;
  503. background-size: cover;
  504. }
  505. .el-dialog__title{
  506. display: block;
  507. font-size: 18px;
  508. font-weight: bold;
  509. line-height: 38px;
  510. color: #fff;
  511. text-align: center;
  512. background-color: #031435;
  513. border-top: 2px solid #339CFF;
  514. border-bottom: 2px solid #339CFF;
  515. }
  516. .el-dialog__headerbtn{
  517. top: 4px;
  518. right: -160px;
  519. }
  520. .el-dialog__close{
  521. font-family: "iconfont" !important;
  522. font-style: normal;
  523. -webkit-font-smoothing: antialiased;
  524. -moz-osx-font-smoothing: grayscale;
  525. font-size: 24px;
  526. color: #339CFF;
  527. &::before{
  528. content: "\e60c";
  529. }
  530. }
  531. }
  532. .el-dialog__body{
  533. width: 100%;
  534. background-color: #031435;
  535. // border: 2px solid #339CFF;
  536. // min-height: 400px;
  537. // background: linear-gradient(135deg, transparent 12px, #031435 0) top left,
  538. // linear-gradient(-135deg, transparent 12px, #031435 0) top right,
  539. // linear-gradient(-45deg, transparent 12px, #031435 0) bottom right,
  540. // linear-gradient(45deg, transparent 12px, #031435 0) bottom left;
  541. // background-size: 50% 50%;
  542. // background-repeat: no-repeat;
  543. // box-shadow: inset 0px 0px 8px 1px rgba(51, 156, 255, 0.6);
  544. }
  545. .dialog-footer{
  546. margin: 30px auto 0 auto;
  547. text-align: center;
  548. .el-button{
  549. font-size: 16px;
  550. padding: 8px 28px;
  551. }
  552. .el-button--primary{
  553. background-color: $desPreviewColor;
  554. }
  555. }
  556. }
  557. .el-dialog,
  558. .right-preview{
  559. .el-form{
  560. .el-form-item__label{
  561. color: $subMenuActiveText;
  562. }
  563. .el-input__inner{
  564. color: #fff;
  565. border: 1px solid $subMenuActiveText;
  566. background-color: transparent !important;
  567. }
  568. .vue-treeselect__control,
  569. .vue-treeselect__placeholder,
  570. .vue-treeselect__single-value{
  571. height: 32px;
  572. line-height: 32px;
  573. color: #fff;
  574. }
  575. .vue-treeselect__control{
  576. border: 1px solid $subMenuActiveText;
  577. background-color: transparent;
  578. .vue-treeselect__control-arrow{
  579. color: $subMenuActiveText;
  580. }
  581. }
  582. .el-radio{
  583. color: #fff;
  584. }
  585. .el-textarea__inner{
  586. color: #fff;
  587. border: 1px solid $subMenuActiveText;
  588. background-color: transparent;
  589. }
  590. .el-input-number.is-controls-right[class*=small] [class*=increase],
  591. .el-input-number.is-controls-right[class*=small] [class*=decrease]{
  592. background-color: transparent;
  593. }
  594. .el-input-number__decrease,
  595. .el-input-number__increase{
  596. border-left-color: $subMenuActiveText;
  597. &>i{
  598. color: #fff;
  599. }
  600. }
  601. .el-input-number__increase{
  602. border-bottom-color: $subMenuActiveText;
  603. }
  604. .el-select .el-input .el-select__caret{
  605. color: #339cff;
  606. }
  607. .vue-treeselect .vue-treeselect__control:focus,
  608. .vue-treeselect .vue-treeselect__control:hover{
  609. border-color: $subMenuActiveText !important;
  610. }
  611. .vue-treeselect.vue-treeselect--disabled .vue-treeselect__control,
  612. .el-input.is-disabled .el-input__inner,
  613. .el-textarea.is-disabled .el-textarea__inner{
  614. color: $desPreviewColor !important;
  615. border: none !important;
  616. background-color: #02255f!important;
  617. }
  618. }
  619. }
  620. // el-tree 最终节点不显示箭头
  621. .is-leaf::before {
  622. color: transparent;
  623. }
  624. .el-input__prefix{
  625. left: 8px;
  626. }
  627. // tab样式布局
  628. .tab-content{
  629. margin-top: 40px;
  630. border-top: none;
  631. &::before{
  632. display: none;
  633. }
  634. .tab-nav{
  635. display: flex;
  636. justify-content: flex-start;
  637. height: 41px;
  638. line-height: 41px;
  639. margin: -41px 0 30px -1px;
  640. font-size: 16px;
  641. font-weight: bold;
  642. color: #359AFC;
  643. border-bottom: 1px solid #113D72;
  644. li{
  645. position: relative;
  646. padding: 0 24px;
  647. margin: -1px 30px 0 0;
  648. letter-spacing: 2px;
  649. border-top: 1px solid #113D72;
  650. cursor: pointer;
  651. &::before,
  652. &::after{
  653. content: "";
  654. position: absolute;
  655. top: 0;
  656. width: 33px;
  657. height: 41px;
  658. }
  659. &::before{
  660. left: -15px;
  661. background: url(~@/assets/images/tab_left.png) no-repeat;
  662. background-size: contain;
  663. }
  664. &::after{
  665. right: -32px;
  666. background: url(~@/assets/images/tab_right.png) no-repeat;
  667. background-size: contain;
  668. }
  669. &:first-child{
  670. border-left: 1px solid #113d72;;
  671. &::before{
  672. width: 17px;
  673. height: 17px;
  674. left: -1px;
  675. top: -1px;
  676. border-left: 1px solid #339cff;
  677. border-top: 1px solid #339cff;
  678. }
  679. }
  680. &.active-tab-nav{
  681. color: #fff;
  682. &::before{
  683. background: url(~@/assets/images/tab_left_active.png) no-repeat;
  684. background-size: contain;
  685. }
  686. &::after{
  687. background: url(~@/assets/images/tab_right_active.png) no-repeat;
  688. background-size: contain;
  689. }
  690. i{
  691. display: block;
  692. position: absolute;
  693. bottom: -1px;
  694. left: 0;
  695. width: 100%;
  696. height: 1px;
  697. border-bottom: 1px solid #021941;
  698. }
  699. }
  700. }
  701. .tab-right-img{
  702. display: block;
  703. width: 93px;
  704. margin: 4px 0 0 -14px;
  705. background: url(~@/assets/images/tab_img.png) no-repeat;
  706. background-size: contain;
  707. }
  708. }
  709. }
  710. // 默认底图 - 暂时只有头像
  711. .user-img-cover{
  712. border-radius: 50%;
  713. background: url(~@/assets/images/avatar.png) no-repeat #fff;
  714. background-size: cover;
  715. overflow: hidden;
  716. }
  717. // 著录界面表单
  718. .des-form{
  719. .el-form-item__label{
  720. font-weight: normal;
  721. color: $desPreviewColor;
  722. }
  723. .el-input__inner{
  724. color: $desPreviewColor;
  725. background: #021941 !important;
  726. border: none;
  727. &::placeholder{
  728. color: $desPreviewColor !important;
  729. }
  730. &::-webkit-input-placeholder{
  731. color: $desPreviewColor !important;
  732. }
  733. }
  734. .el-input.is-disabled .el-input__inner{
  735. color: $desPreviewColor !important;
  736. border: none;
  737. background-color: #02255f!important;
  738. }
  739. .el-input__icon{
  740. color: $desPreviewColor !important;
  741. }
  742. .checkbox-item{
  743. height: 36px;
  744. line-height: 36px;
  745. text-align: right;
  746. .el-form-item__content{
  747. margin-left: 0 !important;
  748. }
  749. .el-checkbox__input.is-disabled .el-checkbox__inner{
  750. background-color: transparent;
  751. border-color: $subMenuActiveText;
  752. &::after{
  753. border-color: $desPreviewColor;
  754. }
  755. }
  756. span{
  757. color: $desPreviewColor;
  758. }
  759. }
  760. .input-num{
  761. display: flex;
  762. justify-content: flex-end;
  763. .el-input__inner{
  764. width: 50px;
  765. }
  766. .el-form-item__content{
  767. display: flex;
  768. justify-content: flex-start;
  769. margin-left: 0 !important;
  770. .el-input,
  771. .el-input-number--small{
  772. width: 60px;
  773. }
  774. .el-input-number.is-controls-right {
  775. .el-input-number__decrease,
  776. .el-input-number__increase{
  777. display: none;
  778. }
  779. .el-input__inner{
  780. padding-left: 0;
  781. padding-right: 0;
  782. }
  783. }
  784. }
  785. span{
  786. color: $desPreviewColor;
  787. line-height: 36px;
  788. }
  789. }
  790. }
  791. .setting-dialog{
  792. .des-form{
  793. width: 100% !important;
  794. margin-top: 0 !important;
  795. padding: 20px 38px 0 20px !important;
  796. background-color: transparent !important;
  797. .el-select,
  798. .el-input__inner{
  799. width: 100% !important;
  800. }
  801. .input-num{
  802. .el-input{
  803. margin-right: 10px !important;
  804. }
  805. }
  806. }
  807. }
  808. .preview-dialog{
  809. .el-dialog{
  810. width: 680px !important;
  811. position: fixed;
  812. left: 50%;
  813. top: 50%;
  814. transform: translate(-50%, -50%);
  815. margin-top: 2vh !important;
  816. .preview-content{
  817. max-height: calc(100vh - 330px) !important;
  818. overflow: hidden !important;
  819. overflow-y: auto !important;
  820. border: none !important;
  821. .el-textarea__inner{
  822. border: 1px solid #339cff !important;
  823. background-color: transparent !important;
  824. }
  825. }
  826. .el-dialog__header{
  827. width: 420px !important;
  828. }
  829. }
  830. }
  831. // 去除element ui 中el-input type=“number“的上下箭头
  832. input::-webkit-outer-spin-button,
  833. input::-webkit-inner-spin-button {
  834. -webkit-appearance: none !important;
  835. }
  836. input[type='number'] {
  837. -moz-appearance: textfield !important;
  838. }