style.scss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. .el-tooltip__popper{
  2. max-width: 80vw!important;
  3. }
  4. .fullscreen {
  5. background: #fff !important;
  6. }
  7. .table-input {
  8. height: 100%;
  9. width: 100%;
  10. .el-input__inner {
  11. border-radius: 0 !important;
  12. height: 100%;
  13. width: 100%;
  14. min-height: 40px;
  15. background-color: transparent;
  16. border: none;
  17. }
  18. }
  19. .el-dialog__header {
  20. border-radius: 10px 10px 0 0;
  21. background: aliceblue;
  22. }
  23. .function-box .el-badge__content {
  24. right: 25px !important;
  25. }
  26. .excel-box {
  27. background: #fff;
  28. border-radius: 5px;
  29. height: calc(100vh - 150px);
  30. width: 100%;
  31. display: inline-block;
  32. overflow: hidden;
  33. margin-bottom: 0;
  34. }
  35. .rightCbox {
  36. .el-card__body{
  37. padding: 10px!important;
  38. }
  39. }
  40. .el-dialog {
  41. border-radius: 10px;
  42. box-shadow: 2px 2px 10px 1px #666;
  43. .dialog-l {
  44. width: 120px;
  45. display: inline-block;
  46. vertical-align: top;
  47. }
  48. .dialog-r {
  49. width: calc(100% - 120px);
  50. display: inline-block;
  51. .el-upload {
  52. width: 100%;
  53. padding: 0 20px;
  54. }
  55. .el-upload-dragger {
  56. width: auto !important;
  57. height: 100px !important;
  58. .el-icon-upload {
  59. margin-top: 10px;
  60. }
  61. }
  62. }
  63. }
  64. .inner-container {
  65. margin: 15px;
  66. background: #fff;
  67. border-radius: 5px;
  68. height: calc(100vh - 150px);
  69. width: calc(100% - 30px);
  70. float: left;
  71. display: inline-block;
  72. overflow: hidden;
  73. margin-bottom: 0;
  74. h2 {
  75. font-weight: normal;
  76. display: inline-block;
  77. }
  78. .dialog-footer {
  79. clear: both;
  80. }
  81. .container-box {
  82. width: 100%;
  83. height: 100%;
  84. margin-top: 20px;
  85. overflow: hidden;
  86. padding: 0 20px 0 20px;
  87. }
  88. .el-select-dropdown {
  89. z-index: 10 !important;
  90. }
  91. .tabbox {
  92. height: calc(100% - 140px);
  93. }
  94. .el-dialog {
  95. border-radius: 10px;
  96. box-shadow: 2px 2px 10px 1px #666;
  97. }
  98. .el-dialog__header {
  99. border-radius: 10px 10px 0 0;
  100. background: aliceblue;
  101. }
  102. .el-dialog__body {
  103. padding-bottom: 0;
  104. }
  105. .el-upload {
  106. width: 100%;
  107. padding: 0 20px;
  108. }
  109. .bigbtns{
  110. .el-upload {
  111. padding: 0;
  112. }
  113. }
  114. .el-upload-dragger {
  115. width: auto !important;
  116. height: 100px !important;
  117. .el-icon-upload {
  118. margin-top: 10px;
  119. }
  120. }
  121. .el-table__fixed-right {
  122. // height: calc(100% - 10px) !important;
  123. }
  124. .tabbox {
  125. // width: calc(100% - 1px);
  126. }
  127. .search {
  128. margin-top: 20px;
  129. display: flex;
  130. justify-content: space-between;
  131. .el-input--suffix .el-input__inner {
  132. padding-right: 25px !important;
  133. }
  134. .btn-check {
  135. margin-left: 20px;
  136. }
  137. }
  138. }
  139. .container {
  140. margin: 15px;
  141. background: #fff;
  142. border-radius: 5px;
  143. height: calc(100vh - 150px);
  144. width: calc(100% - 21px);
  145. float: left;
  146. display: inline-block;
  147. overflow: hidden;
  148. margin-bottom: 0;
  149. h2 {
  150. font-weight: normal;
  151. display: inline-block;
  152. }
  153. .dialog-footer {
  154. clear: both;
  155. }
  156. .container-box {
  157. width: 100%;
  158. height: 100%;
  159. max-height: 96vh;
  160. margin-top: 20px;
  161. overflow: hidden;
  162. padding: 0 20px 0 20px;
  163. }
  164. .tabbox {
  165. height: calc(100% - 140px);
  166. }
  167. .el-dialog {
  168. border-radius: 10px;
  169. box-shadow: 2px 2px 10px 1px #666;
  170. }
  171. .el-dialog__header {
  172. border-radius: 10px 10px 0 0;
  173. background: aliceblue;
  174. }
  175. .myMessage {
  176. .el-dialog__header {
  177. border-radius: 10px 10px 0 0;
  178. background: #fff;
  179. }
  180. .el-dialog__body {
  181. padding-top: 20px;
  182. }
  183. }
  184. .el-dialog__body {
  185. padding-bottom: 0;
  186. }
  187. .el-upload {
  188. width: 100%;
  189. padding: 0 20px;
  190. }
  191. .el-upload-dragger {
  192. width: auto !important;
  193. height: 100px !important;
  194. .el-icon-upload {
  195. margin-top: 10px;
  196. }
  197. }
  198. .el-table__fixed-right {
  199. // height: calc(100% - 10px) !important;
  200. }
  201. .tabbox {
  202. // width: calc(100% - 1px);
  203. }
  204. .search {
  205. margin-top: 20px;
  206. display: flex;
  207. justify-content: space-between;
  208. .el-input--suffix .el-input__inner {
  209. padding-right: 25px !important;
  210. }
  211. .btn-check {
  212. margin-left: 20px;
  213. }
  214. }
  215. .myfooter {
  216. padding: 20px;
  217. text-align: right;
  218. }
  219. .bigscreen{
  220. .el-input__inner{
  221. background-color: transparent!important;
  222. color: #fff!important;
  223. }
  224. .el-select-dropdown{
  225. background-color: #000!important;
  226. }
  227. .el-select-dropdown__item {
  228. color: #fff!important;
  229. }
  230. .el-select-dropdown__item:hover{
  231. background-color: #2D5EB0!important;
  232. }
  233. .selected{
  234. color: #2D5EB0!important;
  235. }
  236. .hover{
  237. background-color: #2D5EB0!important;
  238. color: #fff!important;
  239. }
  240. .el-loading-mask{
  241. background-color: rgba(0,0,0,.5)!important;
  242. }
  243. }
  244. .vagueBox{
  245. -moz-user-select:none; /*火狐*/
  246. -webkit-user-select:none; /*webkit浏览器*/
  247. -ms-user-select:none; /*IE10*/
  248. -khtml-user-select:none; /*早期浏览器*/
  249. user-select:none;
  250. color: transparent;
  251. text-shadow: #111 0 0 5px;
  252. .el-input__inner{
  253. color: transparent;
  254. text-shadow: #111 0 0 5px;
  255. }
  256. }
  257. }
  258. .vagueBox{
  259. -moz-user-select:none; /*火狐*/
  260. -webkit-user-select:none; /*webkit浏览器*/
  261. -ms-user-select:none; /*IE10*/
  262. -khtml-user-select:none; /*早期浏览器*/
  263. user-select:none;
  264. color: transparent!important;
  265. text-shadow: #111 0 0 5px;
  266. .el-input__inner{
  267. color: transparent!important;
  268. text-shadow: #111 0 0 5px;
  269. }
  270. }
  271. .dia-box {
  272. .el-dialog {
  273. border-radius: 10px;
  274. box-shadow: 2px 2px 10px 1px #666;
  275. }
  276. .el-dialog__header {
  277. border-radius: 10px 10px 0 0;
  278. background: aliceblue;
  279. }
  280. .el-dialog__body {
  281. padding: 20px 30px 10px 30px;
  282. }
  283. }
  284. .structure-l {
  285. width: calc(75% - 45px);
  286. }
  287. .structure-r {
  288. width: calc(50% - 25px);
  289. margin-right: 0;
  290. margin-left: 20px;
  291. .container-box {
  292. padding: 0 30px 0 20px;
  293. }
  294. }
  295. //.container::-webkit-scrollbar {
  296. // width: 0 !important;
  297. // height: 0;
  298. //}
  299. // ::-webkit-scrollbar {
  300. // height: 15px; /*对水平流动条有效*/
  301. // width: 15px;
  302. // }
  303. /*定义滚动条的轨道颜色、内阴影及圆角*/
  304. // ::-webkit-scrollbar-track {
  305. // background-color: #E8E8E8;
  306. // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  307. // border-radius: 3px;
  308. // }
  309. // /*定义滑块颜色、内阴影及圆角*/
  310. // ::-webkit-scrollbar-thumb {
  311. // border-radius: 5px;
  312. // background: rgba(0, 0, 0, .1);
  313. // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
  314. // }
  315. //---------------------------------------------
  316. //日历
  317. .el-calendar-table .el-calendar-day {
  318. height: 30px !important;
  319. padding: 0 !important;
  320. line-height: 32px !important;
  321. width: 30px !important;
  322. text-align: center !important;
  323. }
  324. .is-today {
  325. background: #b7d6f6 !important;
  326. }
  327. .is-selected {
  328. background: #e5e8eb !important;
  329. }
  330. .el-button-group {
  331. button:nth-child(2) {
  332. display: none;
  333. }
  334. }
  335. .el-button--mini,
  336. .el-button--mini.is-round {
  337. padding: 5px !important;
  338. }
  339. .el-tree-node__content {
  340. height: 40px !important;
  341. }
  342. .el-table--border th.gutter:last-of-type {
  343. display: inline-block !important;
  344. }
  345. .el-select-dropdown__list {
  346. padding: 6px 0 15px 0;
  347. }
  348. .el-menu-item {
  349. padding-right: 0 !important;
  350. }
  351. //预览
  352. .if-box-top {
  353. position: fixed;
  354. top: 0;
  355. left: 0;
  356. width: 100vw;
  357. height: 100vh;
  358. z-index: 100000;
  359. i {
  360. font-size: 28px;
  361. font-weight: bold;
  362. color: #e4e4e4;
  363. position: absolute;
  364. right: 40px;
  365. top: 20px;
  366. cursor: pointer;
  367. border-radius: 50%;
  368. background: #bbb;
  369. background: rgba(0, 0, 0, 0.5);
  370. padding: 5px;
  371. }
  372. i:hover {
  373. color: #fff;
  374. }
  375. }
  376. .treebox{
  377. .is-leaf{
  378. display: none;
  379. }
  380. }
  381. .el-table .warning-row {
  382. background: #f4f4f4!important;
  383. }
  384. .el-table .success-row {
  385. background: #f0f9eb!important;
  386. }
  387. .ggtabinp .el-input__inner{
  388. padding-left: 5px!important;
  389. padding-right: 0!important;
  390. }
  391. .ggtabinp .el-date-editor .el-input__inner{
  392. padding-left: 25px!important;
  393. }
  394. // .zdy{
  395. // .is-scrolling-none{
  396. // height: calc(100% - 120px)!important;
  397. // }
  398. // }