index.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971
  1. @import '~view-design/src/styles/index.less';
  2. @side-menu-background: #191A23;
  3. @side-menu-drawer: #101117;
  4. //@background: #E5E5E5;
  5. //@background: #F2F4FB;
  6. @background:#EAEDF7;
  7. // c4d9ff
  8. @currentRowColor:#c4d9ff;
  9. @cell_height: 30px;
  10. @cell_input_height: 28px;
  11. @input_height: 28px;
  12. @select_tag_height: 24px;
  13. @logo_height: 40px;
  14. // @primary-color: #58B957;
  15. // @link-color: #58B957;
  16. .vxe-cell--valid-msg {
  17. padding: 4px 10px !important;
  18. display: inline !important;
  19. }
  20. .ivu-layout-header {
  21. height: @logo_height !important;
  22. line-height: @logo_height !important;
  23. }
  24. .header-bar .custom-content-con {
  25. line-height: @logo_height !important;
  26. }
  27. .ivu-radio-group {
  28. height: @input_height;
  29. line-height: @input_height;
  30. margin-left: 8px;
  31. }
  32. .col--seq > .vxe-cell {
  33. padding-left: 0 !important;
  34. padding-right: 0 !important;
  35. }
  36. .vxe-button.type--button {
  37. width: 100% !important;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. height: 29px !important;
  42. }
  43. .vxe-switch {
  44. align-items: center;
  45. display: flex;
  46. justify-content: center;
  47. height: 30px;
  48. line-height: 30px;
  49. }
  50. .vxe-switch.size--mini {
  51. font-size: 10px !important;
  52. }
  53. .button-column-class .vxe-cell {
  54. padding: 0 !important;
  55. }
  56. /**
  57. * @desc : main最顶端左侧样式
  58. * @author : 周兴
  59. * @date : 2022/5/18 20:23
  60. */
  61. .tag-nav-wrapper {
  62. display: flex;
  63. height: @logo_height;
  64. line-height: @logo_height;
  65. align-content: center;
  66. .main {
  67. z-index: 999;
  68. background: #fff;
  69. height: 100%;
  70. .sub-main {
  71. padding-left: 20px;
  72. //width: 180px;
  73. height: 38px;
  74. justify-content: left;
  75. display: flex;
  76. align-items: center;
  77. }
  78. }
  79. }
  80. .seq-column-class .vxe-cell {
  81. justify-content: center;
  82. border-right: 2px solid #dcdee2;
  83. width: 100% !important;
  84. }
  85. .col--checkbox .vxe-cell {
  86. justify-content: center;
  87. }
  88. .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--label {
  89. padding-left: 0 !important;
  90. }
  91. .content-button {
  92. //padding-bottom: 15px;
  93. //border-bottom: 2px dashed #e8eaec;
  94. display: flex;
  95. align-items: center;
  96. justify-content: space-between;
  97. //margin-bottom: 10px;
  98. //border : 1px solid #dcdee2;
  99. //background-color: #F8F8F8;
  100. }
  101. .content-search {
  102. padding-top: 5px;
  103. padding-bottom: 0px;
  104. //border-bottom: 2px dashed #e8eaec;
  105. margin-bottom: 15px;
  106. }
  107. .content-content {
  108. padding-top: 15px;
  109. width: 100%;
  110. }
  111. /* 导航字体大小 */
  112. .ivu-menu-submenu-title, .ivu-menu-item {
  113. //仅保留上下,不覆盖左右
  114. padding-top: 8px !important;
  115. padding-bottom: 8px !important;
  116. }
  117. /* 项目名高度 */
  118. .main .logo-con {
  119. //height: 38px;
  120. }
  121. //查询条件相关样式
  122. .ivu-collapse-content > .ivu-collapse-content-box {
  123. padding-top: 10px !important;
  124. padding-bottom: 0px !important;
  125. }
  126. .ivu-collapse-content {
  127. //padding-top: 0px!important;
  128. //padding-right: 0px!important;
  129. //padding-bottom: 0px!important;
  130. //padding-left: 16px!important;
  131. padding: 0 16px !important;
  132. }
  133. .ivu-collapse-header {
  134. background-color: #fff !important;
  135. height: 34px !important;
  136. line-height: 34px !important;
  137. }
  138. .ivu-select-small.ivu-select-multiple .ivu-select-selection {
  139. height: @input_height !important;
  140. line-height: @input_height !important;
  141. overflow-y: hidden;
  142. }
  143. .ivu-select-placeholder {
  144. height: @input_height !important;
  145. line-height: @input_height !important;
  146. }
  147. .hidden-default-btn {
  148. .vxe-tools--operate {
  149. .vxe-custom--wrapper {
  150. .vxe-custom--option-wrapper {
  151. margin-top: 20px;
  152. }
  153. .vxe-button:nth-child(1) {
  154. display: none;
  155. }
  156. }
  157. }
  158. }
  159. .ivu-card-body > .ivu-row:last-child > .ivu-col:nth-child(n) > div {
  160. margin-bottom: 0 !important;
  161. }
  162. .ivu-form-item {
  163. margin-bottom: 24px !important;
  164. //height: 32px !important;
  165. }
  166. .no-class {
  167. text-decoration: underline;
  168. color: #2d8cf0;
  169. }
  170. .no-class:active {
  171. text-decoration: underline;
  172. color: blue;
  173. }
  174. /*table高亮颜色修改*/
  175. .vxe-table--render-default .vxe-body--row.row--checked,
  176. .vxe-table--render-default .vxe-body--row.row--radio {
  177. background-color: #e6f7ff !important;
  178. }
  179. .vxe-table .vxe-button.block-class {
  180. display: block !important;
  181. }
  182. .table-filter-btn > i {
  183. font-size: 20px;
  184. }
  185. /*
  186. * @desc : 收缩类型的样式
  187. * @author : 周兴
  188. * @date : 2022/3/2 16:52
  189. */
  190. .ivu-collapse-header {
  191. height: 30px !important;
  192. padding: 6px 0 10px 16px !important;
  193. line-height: 20px !important;
  194. border-bottom: 0px solid #dcdee2 !important;
  195. }
  196. /**
  197. * @desc : 整个页面的样式
  198. * @author : 周兴
  199. * @date : 2022/3/5 15:37
  200. */
  201. .main-div {
  202. padding: 0 6px;
  203. //height: 100%;
  204. min-width: 1100px;
  205. overflow-y: auto;
  206. overflow-x: hidden;
  207. position: relative;
  208. background-color: @background;
  209. }
  210. .btn-div {
  211. background-color: @background !important;
  212. }
  213. .tab-fixed-class {
  214. width: 100%;
  215. height: 32px;
  216. position: fixed;
  217. z-index: 999;
  218. background: @background;
  219. }
  220. .vxe-table--render-default .vxe-body--row.row--current {
  221. background-color: @currentRowColor !important;
  222. }
  223. .vxe-table--render-default .vxe-body--row.row--current .vxe-body--column .vxe-cell .vxe-button {
  224. background-color: @currentRowColor !important;
  225. }
  226. .vxe-table--render-default .vxe-body--row.row--checked, .vxe-table--render-default .vxe-body--row.row--radio .vxe-body--column .vxe-cell .vxe-button {
  227. background-color: @currentRowColor !important;
  228. }
  229. .vxe-table--render-default .vxe-body--row.row--checked, .vxe-table--render-default .vxe-body--row.row--radio {
  230. background-color: @currentRowColor !important;
  231. }
  232. .search-cond-class {
  233. margin: 2px 1px 5px 1px;
  234. padding-top: 4px;
  235. border-radius: 2px;
  236. background-color: #FFF !important;
  237. //min-width: 1200px !important;
  238. }
  239. .table-foot-class {
  240. width: calc(~'100% - 1px');
  241. text-align: right;
  242. display: flex;
  243. align-items: center;
  244. justify-content: space-between;
  245. padding: 0 10px 0 10px;
  246. height: 30px;
  247. background-color: #FFF !important;
  248. margin-left: 1px;
  249. }
  250. .close-div-class {
  251. display: flex;
  252. align-items: center;
  253. }
  254. .ivu-row {
  255. display: flex !important;
  256. }
  257. .ivu-switch {
  258. margin-top: 3px !important;
  259. }
  260. .popper-class {
  261. z-index: 500 !important;
  262. }
  263. .input-popper-class {
  264. z-index: 1500 !important;
  265. }
  266. .popper-class > .ivu-poptip-content > .ivu-poptip-inner > .ivu-poptip-body {
  267. padding: 0;
  268. }
  269. .popper-class > .ivu-poptip-content > .ivu-poptip-inner {
  270. border-radius: 0 !important;
  271. }
  272. .popper-class > .ivu-poptip-content > .ivu-poptip-arrow {
  273. border-bottom-color: #a5acb5 !important;
  274. }
  275. .popper-class > .ivu-poptip-content > .ivu-poptip-arrow:after {
  276. border-bottom-color: #e9edf1 !important;
  277. }
  278. .month-popper-class > .ivu-poptip-content > .ivu-poptip-inner > .ivu-poptip-body {
  279. padding: 0;
  280. }
  281. .tableColumnHeight {
  282. height: @cell_height !important;
  283. line-height: @cell_height !important;
  284. display: table-cell;
  285. align-items: center !important;
  286. justify-content: center !important;
  287. .vxe-cell {
  288. display: flex;
  289. align-items: center;
  290. }
  291. }
  292. .vxe-cell--checkbox {
  293. height: 16px;
  294. }
  295. .vxe-cell--radio {
  296. height: 16px;
  297. }
  298. .vxe-header--column {
  299. height: @cell_height !important;
  300. line-height: @cell_height !important;
  301. }
  302. .vxe-header--column {
  303. padding: 0 !important;
  304. overflow: hidden;
  305. }
  306. .vxe-body--column {
  307. height: @cell_height !important;
  308. line-height: @cell_height !important;
  309. }
  310. /**
  311. * @desc : 控制单元格列可输入控件的高度
  312. * @author : 周兴
  313. * @date : 2022/3/20 10:02
  314. */
  315. .vxe-input--inner {
  316. height: @cell_input_height !important;
  317. border: 1px solid #fff !important;
  318. }
  319. .vxe-checkbox-class{
  320. width: 100%;
  321. display: flex;
  322. align-items: center;
  323. justify-content: center;
  324. }
  325. //.mytable-style .vxe-table .vxe-body--column.test-class{
  326. // background: red !important;
  327. //}
  328. /**
  329. * @desc : 控制单元格的高度(因为有了可输入单元格 会造成高度增高)
  330. * @author : 周兴
  331. * @date : 2022/3/20 10:03
  332. */
  333. .vxe-cell.c--ellipsis {
  334. height: @cell_height !important;
  335. }
  336. //修改tabs样式
  337. .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active {
  338. color: #fff !important;
  339. background: #2d8cf0 !important;
  340. }
  341. .ivu-tabs-tab {
  342. //width:100px!important;
  343. height: @cell_height !important;
  344. text-align: center !important;
  345. }
  346. .ivu-tabs-nav-container {
  347. height: @cell_height !important;
  348. }
  349. // 修改layout样式
  350. .ivu-layout {
  351. background: #d3dbe4 !important;
  352. }
  353. .ivu-input-small {
  354. height: @input_height !important;
  355. }
  356. //垃圾桶高度
  357. .ivu-form-item-content{
  358. line-height: @input_height !important;
  359. }
  360. .ivu-select-small.ivu-select-single .ivu-select-selection {
  361. height: @input_height !important;
  362. }
  363. .ivu-select-input {
  364. height: @input_height !important;
  365. line-height: @input_height !important;
  366. top: 0 !important
  367. }
  368. .search-class {
  369. cursor: pointer;
  370. width: @input_height;
  371. height: @input_height;
  372. display: flex;
  373. align-items: center;
  374. justify-content: center;
  375. //border-bottom: 1px solid #dcdee2;
  376. //border-right: 1px solid #dcdee2;
  377. //border-top: 1px solid #dcdee2;
  378. position: absolute;
  379. right: 15px;
  380. align-items: center;
  381. justify-content: center;
  382. color: #a0a5ac;
  383. z-index: 88;
  384. }
  385. //.vxe-table--render-default .vxe-cell{
  386. // padding: 0 !important;
  387. //}
  388. .vxe-header--row .vxe-cell {
  389. height: @cell_height !important;
  390. line-height: @cell_height !important;
  391. display: flex !important;
  392. justify-content: center !important;
  393. align-items: center !important;
  394. }
  395. .vxe-body--row .vxe-cell {
  396. height: @cell_height !important;
  397. line-height: @cell_height !important;
  398. display: block !important;
  399. align-items: center !important;
  400. }
  401. .vxe-cell--title {
  402. height: @cell_height !important;
  403. line-height: @cell_height !important;
  404. }
  405. .vxe-input {
  406. height: @cell_height !important;
  407. line-height: @cell_input_height !important;
  408. border-color: #57a3f3 !important;
  409. }
  410. .vxe-body--row .ivu-input {
  411. height: @cell_input_height !important;
  412. line-height: @cell_input_height !important;
  413. margin-top: 0 !important;
  414. //border-color: #57a3f3 !important;
  415. }
  416. .vxe-body--row .col--tableSelect .ivu-input {
  417. height: @cell_height !important;
  418. line-height: @cell_height !important;
  419. margin-top: -5px !important;
  420. border-color: #57a3f3 !important;
  421. }
  422. .vxe-body--row .col--select .ivu-input {
  423. height: @cell_height !important;
  424. line-height: @cell_height !important;
  425. margin-top: -5px !important;
  426. border-color: #57a3f3 !important;
  427. }
  428. .vxe-body--row .ivu-poptip {
  429. width: 100%;
  430. height: @cell_height;
  431. line-height: @cell_height;
  432. }
  433. .vxe-body--column {
  434. padding: 0 !important;
  435. }
  436. //暗锚
  437. .hide-anchor {
  438. position: relative;
  439. top: 0px;
  440. display: block;
  441. height: 0;
  442. overflow: hidden;
  443. }
  444. .button-group-class {
  445. width: 100%;
  446. height: 50px;
  447. background-color: #ff0000;
  448. z-index: 10
  449. }
  450. .vxe-footer--column.col--ellipsis > .vxe-cell {
  451. display: block !important;
  452. }
  453. //菜单栏.menu
  454. .menu {
  455. background-color: #F5F7F9;
  456. }
  457. .ivu-select-small.ivu-select-multiple .ivu-tag i {
  458. top: 4px !important;
  459. right: 2px !important;
  460. }
  461. .ivu-select-small.ivu-select-multiple .ivu-tag {
  462. height: @select_tag_height !important;
  463. line-height: @select_tag_height !important;
  464. margin: -4px 4px 0 0 !important;
  465. }
  466. .ivu-select-multiple .ivu-select-item-focus {
  467. background: #fff;
  468. }
  469. /**
  470. * @desc : svg引入icon的样式
  471. * @author : 张潇木
  472. * @date : 2022-5-14 10:37
  473. */
  474. .icon {
  475. width: 1em;
  476. height: 1em;
  477. vertical-align: -0.15em;
  478. fill: currentColor;
  479. overflow: hidden;
  480. }
  481. .print-preview-model-no-padding .ivu-modal .ivu-modal-content .ivu-modal-body {
  482. padding: 0px !important;
  483. }
  484. .multi-class .ivu-modal-body {
  485. background: #eaedf7 !important;
  486. }
  487. .print-preview-model-no-padding .ivu-modal {
  488. top: 20px;
  489. }
  490. .pop-content {
  491. width: 255px;
  492. min-width: 200px;
  493. /*background: #e9edf1;*/
  494. padding: 10px;
  495. border: 1px #a5acb5;
  496. overflow-y: auto;
  497. overflow-x: hidden;
  498. white-space: initial;
  499. /*word-break: break-all;*/
  500. }
  501. .ivu-modal-body .Col{
  502. padding-right: 0 !important;
  503. }
  504. //TODO
  505. ///deep/.ivu-collapse-content-box {
  506. // padding-top: 0 !important;
  507. //}
  508. //
  509. ///deep/.ivu-collapse-content {
  510. // padding: 0 1px !important;
  511. //}
  512. //.main .content-wrapper {
  513. // height: 0;
  514. // overflow: auto;
  515. // margin: 50px 0px 60px 0px;
  516. //}
  517. //时间空间的input高度
  518. .ivu-date-picker-editor > .ivu-input {
  519. height: 28px;
  520. }
  521. //恒洁article-show组件
  522. .article-show {
  523. padding: 30px 20%;
  524. display: flex;
  525. flex-direction: column;
  526. align-items: center;
  527. .header {
  528. position: relative;
  529. display: flex;
  530. font-weight: bold;
  531. font-size: 24px;
  532. .title {
  533. padding: 0100px;
  534. }
  535. .category-name {
  536. position: absolute;
  537. font-weight: 500;
  538. font-size: 14px;
  539. color: #909399;
  540. bottom: 5px;
  541. right: 0;
  542. }
  543. }
  544. .html-box {
  545. width: 100%;
  546. }
  547. .footer {
  548. width: 100%;
  549. display: flex;
  550. justify-content: space-between;
  551. color: #909399;
  552. }
  553. }
  554. .split-class {
  555. height: 2px;
  556. background: #E6ECF4;
  557. margin-bottom: 3px;
  558. }
  559. /* datepicker 只读背景色 */
  560. .ivu-date-picker-editor > input[readonly='readonly'] {
  561. background: #f3f3f3;
  562. }
  563. .ivu-input-group-prepend[type="radio"] {
  564. border: 1px solid #dcdee2 !important;
  565. //background: red !important;
  566. }
  567. .xm-select-size > xm-select > .xm-body {
  568. min-width: 200px !important;
  569. }
  570. .xm-select-size > xm-select {
  571. //border: 1px solid #dcdee2 !important;
  572. min-height: 28px !important;
  573. line-height: 28px !important;
  574. }
  575. .ivu-form-item-error .xm-select-size > xm-select {
  576. border: 1px solid red !important;
  577. }
  578. .ivu-form-item-error .ivu-switch {
  579. border: 1px solid red !important;
  580. }
  581. .main-div::-webkit-scrollbar {
  582. /*滚动条整体样式*/
  583. width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  584. height: 0;
  585. }
  586. .main-div::-webkit-scrollbar-thumb:hover {
  587. /*滚动条里面小方块*/
  588. border-radius: 10px;
  589. box-shadow: inset 0 0 5px #2d8cf0;
  590. background: #2d8cf0;
  591. }
  592. .main-div::-webkit-scrollbar-track:hover {
  593. /*滚动条里面轨道*/
  594. box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  595. border-radius: 10px;
  596. background: #ededed;
  597. }
  598. .main-div::-webkit-scrollbar-thumb {
  599. /*滚动条里面小方块*/
  600. border-radius: 10px;
  601. box-shadow: inset 0 0 5px #f5f7f9;
  602. background: #f5f7f9;
  603. }
  604. .main-div::-webkit-scrollbar-track {
  605. /*滚动条里面轨道*/
  606. box-shadow: inset 0 0 5px #f5f7f9;
  607. border-radius: 10px;
  608. background: #f5f7f9;
  609. }
  610. .close-all-class {
  611. cursor: pointer;
  612. width: 24px;
  613. position: absolute;
  614. top: 5px;
  615. align-items: center;
  616. justify-content: center;
  617. height: 24px;
  618. color: #a0a5ac;
  619. z-index: 33;
  620. }
  621. .split-div-class {
  622. margin-top: 1px;
  623. padding: 0 0 0 1px;
  624. }
  625. .vxe-input--number-prev-icon {
  626. display: none;
  627. }
  628. .vxe-input--number-next-icon {
  629. display: none;
  630. }
  631. .vxe-table--context-menu-wrapper {
  632. z-index: 6000 !important;
  633. }
  634. .vxe-select--panel {
  635. z-index: 5000 !important;
  636. }
  637. /** side-menu**/
  638. .ivu-layout-sider {
  639. background-color: @side-menu-background !important;
  640. }
  641. .ivu-menu-dark {
  642. background-color: @side-menu-background !important;
  643. }
  644. .ivu-menu-submenu-title i:nth-child(3) {
  645. display: none;
  646. }
  647. .ivu-menu-item {
  648. background-color: @side-menu-drawer !important;
  649. overflow: hidden;
  650. text-overflow: ellipsis;
  651. white-space: nowrap;
  652. }
  653. .ivu-menu-submenu-title {
  654. background-color: @side-menu-background !important;
  655. }
  656. .ivu-menu-submenu-title:hover {
  657. background-color: @side-menu-drawer !important;
  658. }
  659. .ivu-menu-submenu {
  660. background-color: @side-menu-drawer !important;
  661. }
  662. .monthPanpel .monthPanpel-left .monthPanpel-left-cell .ivu-tooltip .ivu-tooltip-rel{
  663. cursor: pointer;
  664. }
  665. .vxe-header--row .vxe-cell{
  666. padding-left: 0 !important;
  667. padding-right: 0 !important;
  668. }
  669. .table-title {
  670. padding: 4px 0 4px 4px;
  671. font-weight: bold;
  672. }
  673. .search-menu {
  674. width: 70% !important;
  675. margin-left: -10px;
  676. }
  677. .search-menu > input {
  678. height: 28px !important;
  679. //width: 100% !important;
  680. }
  681. .search-menu > i {
  682. line-height: 24px !important;
  683. font-size: 12px !important;
  684. }
  685. //抽屉
  686. .drawer {
  687. display: flex;
  688. margin-bottom: 5px;
  689. margin-left: 5px;
  690. z-index: 5000;
  691. }
  692. .drawer .drawer-title {
  693. font-size: 14px;
  694. border-bottom: 1px solid #B3B9BF;
  695. padding-bottom: 10px;
  696. width: 125px;
  697. margin-right: 10px;
  698. color: #B3B9BF
  699. }
  700. .drawer .drawer-item {
  701. max-height: 407px;
  702. overflow-y: auto;
  703. margin-right: 20px;
  704. }
  705. .drawer .drawer-content {
  706. color: #B3B9BF;
  707. margin-top: 12px;
  708. margin-bottom: 10px;
  709. display: flex;
  710. justify-content: space-between;
  711. padding: 0 10px 0 0;
  712. height: 24px;
  713. }
  714. //鼠标悬停变色
  715. .drawer-meta-title:hover {
  716. color: #207ab7;
  717. }
  718. //菜单弹窗 添加padding
  719. #menu-drawer .ivu-drawer-body {
  720. padding: 16px !important;
  721. }
  722. //抽屉的z-index是1000,如果小于1000,会被认为移出了鼠标,会一直打开、关闭无限循环
  723. .ivu-menu-vertical .ivu-menu-submenu-title {
  724. z-index: 5000 !important;
  725. }
  726. .vxe-table--render-default .vxe-body--row.row--current .vxe-body--column {
  727. background-size: 1px 100%, 100% 0px !important;
  728. }
  729. .vxe-table--render-default .vxe-body--row.row--checked, .vxe-table--render-default .vxe-body--row.row--radio .vxe-body--column {
  730. background-size: 1px 100%, 100% 0px !important;
  731. }
  732. .look-more-class {
  733. width: 100%;
  734. text-align: right;
  735. }
  736. .base-button-class .ivu-poptip-content {
  737. width: 120px !important;
  738. }
  739. .base-button-class .ivu-poptip-body {
  740. padding: 1px 0 0 0;
  741. }
  742. .index-grid-item-class {
  743. background: transparent !important;
  744. }
  745. .index-grid-item-text-class {
  746. color: #1B365D !important;
  747. font-style: normal;
  748. font-weight: 400;
  749. font-size: 13px;
  750. //text-overflow: ellipsis;
  751. //white-space: nowrap;
  752. //overflow: hidden;
  753. }
  754. .refresh-class .ivu-poptip-inner{
  755. width: 80px !important;
  756. }
  757. //大屏半检 ↓
  758. //采集检查 下拉弹窗
  759. .check-add-touch-select-left {
  760. transform-origin: top left;
  761. scale: 1.5;
  762. }
  763. .check-add-touch-select-right {
  764. transform-origin: top right;
  765. scale: 1.5;
  766. }
  767. //采集检查 modal弹窗
  768. .check-add-touch-modal .header-class {
  769. font-size: 20px !important;
  770. }
  771. /*采集检查 选择modal body*/
  772. .check-add-touch-modal .ivu-modal-body {
  773. //height: 600px !important;
  774. }
  775. /* 采集检查选择modal tab*/
  776. .check-add-touch-modal .ivu-tabs-tab {
  777. font-size: 16px !important;
  778. height: 40px !important;
  779. line-height: 40px !important;
  780. }
  781. .check-add-touch-modal .ivu-tabs-bar {
  782. height: 40px !important;
  783. }
  784. .check-add-touch-modal .ivu-tabs-nav-container {
  785. height: 40px !important;
  786. }
  787. //大屏半检 ↑