lcw
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
:v-deep .el-card {
|
||||
border: 1px solid #146bbe;
|
||||
background: #00143d;
|
||||
@ -41,9 +39,10 @@
|
||||
--el-table-row-hover-bg-color: #f5f7fa;
|
||||
}
|
||||
|
||||
::v-deep .el-table__inner-wrapper{
|
||||
::v-deep .el-table__inner-wrapper {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
::v-deep .el-table th.el-table__cell {
|
||||
background: #ffffff;
|
||||
color: #000;
|
||||
@ -88,7 +87,7 @@
|
||||
// }
|
||||
|
||||
::v-deep .is-focusable {
|
||||
background:transparent !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
::v-deep .el-tree-node__label {
|
||||
@ -103,6 +102,7 @@
|
||||
::v-deep .el-dialog__title {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
::v-deep .el-dialog__header,
|
||||
::v-deep .el-dialog__body,
|
||||
::v-deep .el-dialog__footer,
|
||||
@ -111,6 +111,7 @@
|
||||
// background: #02163b;
|
||||
// background: #02163b;
|
||||
}
|
||||
|
||||
::v-deep .user-main-wrap {
|
||||
border: 1px solid #07376d;
|
||||
}
|
||||
@ -129,39 +130,49 @@
|
||||
box-shadow: 0px 0px 8px #0a6bfc;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .el-input .el-input__count .el-input__count-inner {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::v-deep .el-textarea .el-input__count {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::v-deep .el-select__popper.el-popper {
|
||||
background: #16284c;
|
||||
border: #16284c;
|
||||
}
|
||||
|
||||
::v-deep .el-range-input {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
// color: #fff;
|
||||
}
|
||||
|
||||
::v-deep .el-range-separator {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::v-deep .el-button--danger {
|
||||
background: #f56c6c;
|
||||
border: 1px solid #f56c6c;
|
||||
}
|
||||
|
||||
::v-deep .el-tree {
|
||||
--el-tree-node-hover-bg-color: #083960;
|
||||
}
|
||||
|
||||
::v-deep .el-tree-node__label {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
::v-deep .el-card {
|
||||
border: 1px solid #07539a;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::v-deep .el-collapse {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
@ -171,21 +182,26 @@
|
||||
--el-collapse-content-text-color: #fff;
|
||||
--el-collapse-border-color: #0d3f6e;
|
||||
}
|
||||
|
||||
::v-deep .el-tabs__item {
|
||||
color: rgb(206, 208, 220);
|
||||
}
|
||||
|
||||
::v-deep .el-tabs__nav-wrap::after {
|
||||
background: #0d3f6e;
|
||||
}
|
||||
|
||||
::v-deep .el-upload--picture-card {
|
||||
// background-color: #112b63;
|
||||
border: 1px dashed #4579b5;
|
||||
}
|
||||
|
||||
::v-deep .el-upload-list--picture-card .el-upload-list__item {
|
||||
background-color: #10295b;
|
||||
border: 1px solid #19538a;
|
||||
color: #ced0dc;
|
||||
}
|
||||
|
||||
.toastui-editor-defaultUI {
|
||||
position: relative;
|
||||
border: 1px solid #dadde6;
|
||||
@ -201,10 +217,12 @@
|
||||
::v-deep .el-dialog__body {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
::v-deep .el-pagination__total,
|
||||
::v-deep .el-pagination__jump {
|
||||
color: #bdc7da;
|
||||
}
|
||||
|
||||
::v-deep .el-radio {
|
||||
color: rgb(206, 208, 220);
|
||||
}
|
||||
@ -215,6 +233,7 @@
|
||||
border: 1px solid #19538a;
|
||||
margin: 0 0.2rem;
|
||||
}
|
||||
|
||||
::v-deep .el-select .el-select__tags .el-tag--info {
|
||||
background: transparent;
|
||||
border: 1px solid #19538a;
|
||||
@ -227,12 +246,15 @@
|
||||
::v-deep .el-overlay .el-overlay-dialog .el-dialog .el-dialog__body .tabBox {
|
||||
height: 450px;
|
||||
}
|
||||
|
||||
::v-deep .el-date-editor .el-range-separator {
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
::v-deep .el-date-editor .el-range-input {
|
||||
// color: #ffffff;
|
||||
}
|
||||
|
||||
::v-deep .el-input.is-disabled .el-input__inner {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #e9e9e9;
|
||||
@ -243,7 +265,6 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep .el-link{
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
::v-deep .el-link {
|
||||
margin: 5px;
|
||||
}
|
||||
@ -15,7 +15,7 @@
|
||||
height: 100%;
|
||||
height: calc(100vh - 72px);
|
||||
overflow: hidden;
|
||||
z-index: 10;
|
||||
// z-index: 10;
|
||||
|
||||
.asideTitle {
|
||||
display: flex;
|
||||
@ -63,6 +63,7 @@
|
||||
height: 70px;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
z-index: 2;
|
||||
|
||||
.headBoxBg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -219,6 +220,7 @@
|
||||
.asideR {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
z-index: 10;
|
||||
|
||||
.commom-aside-small {
|
||||
height: calc(((100% - 146px) /3) - 6px);
|
||||
|
||||
BIN
src/assets/images/fk.png
Normal file
|
After Width: | Height: | Size: 468 KiB |
BIN
src/assets/images/images.zip
Normal file
BIN
src/assets/images/logo-1.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
37
src/assets/images/logo-1.svg
Normal file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="30px" height="34px" viewBox="0 0 30 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 58 (84663) - https://sketch.com -->
|
||||
<title>编组</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<polygon id="path-1" points="0 0.0325052879 12.5373778 0.0325052879 12.5373778 24.1761162 0 24.1761162"></polygon>
|
||||
<polygon id="path-3" points="0 0.0324150789 12.5373778 0.0324150789 12.5373778 23.5403835 0 23.5403835"></polygon>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="蜂群系统-首页" transform="translate(-40.000000, -14.000000)">
|
||||
<g id="logo" transform="translate(28.000000, 8.000000)">
|
||||
<g id="编组" transform="translate(12.000000, 6.000000)">
|
||||
<path d="M30,9.87641882 L30,21.1561825 C30,21.9153863 29.4802422,22.1891529 28.8441948,21.763528 L20.693552,16.2916214 C20.0575489,15.8643716 20.1631137,15.5663199 20.9294108,15.6275375 L21.2812489,15.6555114 C21.2828886,15.6555114 21.2860795,15.6555114 21.2874977,15.6570485 L21.9637855,15.7107566 L22.2990931,15.7367543 L22.5145657,15.7536616 C22.5935842,15.7600732 22.6711401,15.7600732 22.7471449,15.7521685 C23.4031353,15.6939371 23.9056092,15.1650239 23.9056092,14.4827593 L23.9056092,12.7874176 C23.9056092,12.0265889 23.4511314,10.9738127 22.8976478,10.4464805 L14.3311279,2.31902901 C13.7772455,1.79340943 13.7974987,1.09098775 14.3760217,0.760570696 C14.5435426,0.66531889 14.7483789,0.599314527 14.9701889,0.565412086 C15.5144544,0.480787729 16.1659244,0.577620478 16.6391043,0.848181278 L18.5328433,1.93182976 L19.5457683,2.51115748 C19.5503774,2.51427545 19.5549864,2.51585639 19.5596397,2.51884262 L21.1650922,3.43811696 L28.7914567,7.80147527 C29.4554686,8.18103329 30,9.11550225 30,9.87641882" id="Fill-1" fill="#FFBA69"></path>
|
||||
<path d="M19.2857143,0.535714286 L20.3571429,1.60714286 C19.9534352,1.22639262 19.5974017,0.871063632 19.2857143,0.535714286" id="Fill-3" fill="#27AAE1"></path>
|
||||
<path d="M30,9.87641882 L30,21.1561825 C30,21.9153863 29.4812731,22.1891529 28.8464873,21.763528 L20.712011,16.2916214 C20.0772694,15.8643716 20.1826248,15.5663199 20.9474019,15.6275375 L21.2985422,15.6555114 C21.3001787,15.6555114 21.3033632,15.6555114 21.3047786,15.6570485 L21.9797251,15.7107566 C22.0944571,15.7215597 22.2057835,15.7306501 22.3143676,15.7367543 C22.4689949,15.7477331 22.6172532,15.7521685 22.7615307,15.7521685 C26.0029103,15.7768049 26.8560586,13.7049354 26.6404826,11.6346907 C26.4084974,9.41219252 20.6360685,4.2202006 15,0.565412086 C15.543186,0.480787729 16.1933638,0.577620478 16.6656052,0.848181278 L18.555588,1.93182976 L19.5665039,2.51115748 C19.5711038,2.51427545 19.5757037,2.51585639 19.5803478,2.51884262 L21.1826159,3.43811696 L28.7938538,7.80147527 C29.4565487,8.18103329 30,9.11550225 30,9.87641882" id="Fill-5" fill="#FA6400"></path>
|
||||
<path d="M13.3202184,33.4482714 L3.68384739,27.6378717 C3.03535278,27.2468674 3.06167786,26.6572056 3.74351465,26.3276652 L12.498388,22.110659 C13.1817938,21.781563 13.383416,22.026174 12.9475704,22.6562339 L12.7475609,22.9458206 C12.7468199,22.9469317 12.7452509,22.9496871 12.743246,22.9503537 L12.3586995,23.5063282 L12.168758,23.7820488 L12.046329,23.9594629 C12.0013497,24.0245266 11.962603,24.0915902 11.9309606,24.1609203 C11.6524117,24.7576485 11.8526828,25.4635716 12.4356698,25.815111 L13.8840282,26.6884931 C14.5337431,27.0803862 15.6608833,27.2306015 16.3883968,27.0238555 L27.619701,23.8160917 C28.345994,23.6089901 28.9359545,23.9884394 28.9285714,24.6579642 C28.9260608,24.8513775 28.8801663,25.0622567 28.7980094,25.2709582 C28.5978691,25.7847124 28.1889153,26.2969111 27.721035,26.5661876 L25.8471607,27.6428048 L24.8452825,28.2183784 C24.8403138,28.2209116 24.8366091,28.2241559 24.8317277,28.2265558 L23.2428527,29.1389139 L15.6974508,33.4743147 C15.0409802,33.8516751 13.9701077,33.8403423 13.3202184,33.4482714" id="Fill-7" fill="#047D62"></path>
|
||||
<path d="M13.3717922,33.4482714 L3.68624372,27.6378717 C3.03443963,27.2468674 3.06089905,26.6572056 3.74621547,26.3276652 L12.5457677,22.110659 C13.2326612,21.781563 13.4353123,22.026174 12.9972425,22.6562339 L12.7962123,22.9458206 C12.7954675,22.9469317 12.7938905,22.9496871 12.7918754,22.9503537 L12.4053664,23.5063282 C12.3385169,23.5997906 12.2743835,23.6916086 12.2144555,23.7820488 C12.126973,23.9103541 12.0482957,24.0364372 11.9754446,24.1609203 C10.3202854,26.9519032 11.6691462,28.7570647 13.5553873,29.6371132 C15.5807155,30.5813809 22.9487432,28.2629985 28.9285714,25.2709582 C28.7274098,25.7847124 28.3163689,26.2969111 27.8461009,26.5661876 L25.9626635,27.6428048 L24.9556724,28.2183784 C24.9506784,28.2209116 24.9469548,28.2241559 24.9420485,28.2265558 L23.3450649,29.1389139 L15.7611564,33.4743147 C15.1013356,33.8516751 14.0249981,33.8403423 13.3717922,33.4482714" id="Fill-9" fill="#44D7B6"></path>
|
||||
<g transform="translate(0.000000, 1.607143)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Clip-12"></g>
|
||||
<path d="M1.53628037,5.72765334 L11.4444977,0.186972623 C12.1111997,-0.185916053 12.600452,0.139740356 12.5307663,0.911752883 L11.625337,10.8146804 C11.5544188,11.5875884 11.2421319,11.6404169 10.9293169,10.932112 L10.7851912,10.6066794 C10.7844429,10.6052915 10.7828141,10.6025606 10.7835625,10.6005011 L10.507153,9.97537873 L10.3696746,9.66615288 L10.2814119,9.4669715 C10.2490123,9.39372791 10.2117263,9.32518516 10.1688056,9.26174618 C9.80320899,8.7095092 9.0984286,8.52443034 8.49894708,8.85971228 L7.01001598,9.69243282 C6.34159716,10.0660826 5.63443963,10.9855225 5.43625591,11.7347023 L2.39702808,23.3100103 C2.20025304,24.0584739 1.57365442,24.3856972 1.00644047,24.0356412 C0.842637363,23.9343269 0.6868021,23.7856012 0.550732383,23.6058947 C0.215862654,23.1655378 -0.0108028174,22.5411765 0.000378582841,21.9894767 L0.0458525451,19.7807974 L0.0701963022,18.599543 C0.0706805361,18.5939916 0.0695800046,18.5892012 0.0700642384,18.5836049 L0.109199139,16.7108343 L0.291799328,7.81648357 C0.307602961,7.04236686 0.867861545,6.10134788 1.53628037,5.72765334" id="Fill-11" fill="#006996" mask="url(#mask-2)"></path>
|
||||
</g>
|
||||
<g transform="translate(0.000000, 0.535714)">
|
||||
<mask id="mask-4" fill="white">
|
||||
<use xlink:href="#path-3"></use>
|
||||
</mask>
|
||||
<g id="Clip-14"></g>
|
||||
<path d="M1.53628037,5.71175791 L11.4444977,0.186453735 C12.1111997,-0.185400097 12.600452,0.139352548 12.5307663,0.909222579 L11.625337,10.7846675 C11.5544188,11.5554304 11.2421319,11.6081123 10.9293169,10.9017731 L10.7851912,10.5772436 C10.7844429,10.5758596 10.7828141,10.5731362 10.7835625,10.5710825 L10.507153,9.94769498 C10.461591,9.84121504 10.4162931,9.73803888 10.3696746,9.63932729 C10.3050073,9.49713082 10.2377869,9.36337237 10.1688056,9.2360429 C8.63576515,6.35688793 6.40692471,6.61717222 4.69172433,7.82175719 C2.85084325,9.11572281 1.05838556,16.7646878 0.550732383,23.5403835 C0.215862654,23.1012486 -0.0108028174,22.47862 0.000378582841,21.9284513 L0.0458525451,19.7259016 L0.0701963022,18.5479254 C0.0706805361,18.5423894 0.0695800046,18.5376123 0.0700642384,18.5320316 L0.109199139,16.6644583 L0.291799328,7.7947912 C0.307602961,7.02282282 0.867861545,6.08441537 1.53628037,5.71175791" id="Fill-13" fill="#00CAFC" mask="url(#mask-4)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.6 KiB |
BIN
src/assets/images/logo.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
src/assets/images/lxj.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
src/assets/images/mr.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
src/assets/images/pcs.png
Normal file
|
After Width: | Height: | Size: 156 KiB |
BIN
src/assets/images/sst.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
src/assets/images/ty.png
Normal file
|
After Width: | Height: | Size: 389 KiB |
BIN
src/assets/point/dingwei.png
Normal file
|
After Width: | Height: | Size: 595 B |