巡检计划
parent
cd936a59e5
commit
2d4f2ba76e
Binary file not shown.
|
After Width: | Height: | Size: 288 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,3 @@
|
|||||||
|
<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M12.825 15.8502H1.25C0.674997 15.8502 0.199997 15.3752 0.199997 14.8002V3.2752C0.199997 2.7002 0.674997 2.2252 1.25 2.2252H1.775V3.8002C1.775 4.3752 2.25 4.8502 2.825 4.8502H11.2375C11.8125 4.8502 12.2875 4.3752 12.2875 3.8002V2.2252H12.8125C13.3875 2.2252 13.8625 2.7002 13.8625 3.2752V14.8002C13.875 15.3752 13.4 15.8502 12.825 15.8502ZM10.475 8.7252C10.1625 8.4252 9.6625 8.4252 9.35 8.7252L6.5375 11.4002L5.225 10.1502C4.9125 9.85019 4.4125 9.85019 4.1 10.1502C3.7875 10.4502 3.7875 10.9252 4.1 11.2127L5.975 12.9877C6.2875 13.2877 6.7875 13.2877 7.1 12.9877L10.475 9.7877C10.7875 9.5002 10.7875 9.0252 10.475 8.7252ZM9.6625 3.8002H4.4125C3.8375 3.8002 3.3625 3.3252 3.3625 2.7502V2.2252C5.4625 0.687695 5.4875 0.662695 6.0375 0.137695H8.125C8.6375 0.625195 8.625 0.687695 10.7125 2.2252V2.7502C10.7125 3.3377 10.25 3.8002 9.6625 3.8002ZM7.0375 1.1877C6.4625 1.1877 5.9875 1.6627 5.9875 2.2377C5.9875 2.8127 6.4625 3.2877 7.0375 3.2877C7.6125 3.2877 8.0875 2.8127 8.0875 2.2377C8.0875 1.6502 7.6125 1.1877 7.0375 1.1877Z" fill="white"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
.tabs{
|
||||||
|
:global(.ant-tabs-nav){
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 5px 20px;
|
||||||
|
}
|
||||||
|
:global(.ant-tabs-tab-btn){
|
||||||
|
color: #006665 !important;
|
||||||
|
font-size:18px !important;
|
||||||
|
}
|
||||||
|
:global(.ant-tabs-ink-bar) {
|
||||||
|
background-color: #006665 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,129 @@
|
|||||||
|
|
||||||
|
.header{
|
||||||
|
display: flex;
|
||||||
|
backdrop-filter: blur(3.4000000953674316px);
|
||||||
|
box-shadow: 1px 2px 5px 0 rgba(0, 102, 101, 0.25);
|
||||||
|
border: 1px solid;
|
||||||
|
|
||||||
|
border-image-source: linear-gradient(96.54deg, #FFFFFF -0.94%, rgba(255, 255, 255, 0) 25.28%, rgba(167, 229, 228, 0) 59.69%, #A7E5E4 79.76%);
|
||||||
|
border-top-left-radius: 20px;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
.logo{
|
||||||
|
position: relative;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #fff;
|
||||||
|
border-top-left-radius: 20px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
//padding: 10px 30px;
|
||||||
|
height: 54px;
|
||||||
|
width: 258px;
|
||||||
|
}
|
||||||
|
.logo::before{
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
content:'';
|
||||||
|
top: -7px;
|
||||||
|
left: -57px;
|
||||||
|
width: 327px;
|
||||||
|
height: 95px;
|
||||||
|
background-image: url("@/assets/img/planImg1.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
|
border-top-left-radius: 20px;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
.menu{
|
||||||
|
:global(.ant-menu-title-content){
|
||||||
|
color: rgba(0, 102, 101, 1);
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
:global(.ant-menu-submenu-selected::after){
|
||||||
|
border-bottom:none !important;
|
||||||
|
}
|
||||||
|
:global(.ant-menu-submenu-open::after){
|
||||||
|
border-bottom:none !important;
|
||||||
|
}
|
||||||
|
:global(.ant-menu-item::after){
|
||||||
|
border-bottom:none !important;
|
||||||
|
}
|
||||||
|
:global(.parallelogram-container___Lxkxf){
|
||||||
|
height:30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.parallelogram-container {
|
||||||
|
/* 平行四边形变换 */
|
||||||
|
transform: skewX(-45deg);
|
||||||
|
//-webkit-transform: skewX(-15deg);
|
||||||
|
|
||||||
|
/* 基础样式 */
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0 34px;
|
||||||
|
background-color: #e0f0f0; /* 浅蓝底色 */
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
/* 文字样式重置(因为容器有倾斜,内部文字需要反向倾斜) */
|
||||||
|
font-size: 16px;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-content {
|
||||||
|
/* 文字反向倾斜,保持正常显示 */
|
||||||
|
transform: skewX(45deg);
|
||||||
|
//-webkit-transform: skewX(15deg);
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
.addBtn{
|
||||||
|
background-size:cover;
|
||||||
|
background-position:center;
|
||||||
|
color:#fff;
|
||||||
|
opacity:0.7;
|
||||||
|
border-radius:4px;
|
||||||
|
height: 36px;
|
||||||
|
}
|
||||||
|
.delBtn{
|
||||||
|
background-size:cover;
|
||||||
|
background-position:center;
|
||||||
|
color:#000;
|
||||||
|
opacity:0.7;
|
||||||
|
border-radius:4px;
|
||||||
|
width: 88px;
|
||||||
|
height: 36px;
|
||||||
|
}
|
||||||
|
.exportBtn{
|
||||||
|
background-size:cover;
|
||||||
|
background-position:center;
|
||||||
|
color:#fff;
|
||||||
|
opacity:0.7;
|
||||||
|
border-radius:4px;
|
||||||
|
width: 88px;
|
||||||
|
height: 36px;
|
||||||
|
}
|
||||||
|
.resetBtn{
|
||||||
|
background-size:cover;
|
||||||
|
background-position:center;
|
||||||
|
color:#006665;
|
||||||
|
//opacity:0.7;
|
||||||
|
border-radius:4px;
|
||||||
|
width: 88px;
|
||||||
|
height: 36px;
|
||||||
|
}
|
||||||
|
.view{
|
||||||
|
background-color:#B7E5D533;
|
||||||
|
margin-right:30px;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
.paibanBg{
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
width: 100%;
|
||||||
|
height: 631px;
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue