新增:仪器仪表采集

main
yupeng 1 month ago
parent 1519d3b2cd
commit 94e38d0b7e

@ -1,6 +1,6 @@
.header {
display: flex;
align-self: center;
backdrop-filter: blur(3.4000000953674316px);
box-shadow: 1px 2px 5px 0 rgba(0, 102, 101, 0.25);
border: 1px solid;
@ -9,6 +9,7 @@
border-top-left-radius: 20px;
background-color: #fff;
}
.logo {
position: relative;
font-size: 20px;
@ -21,6 +22,7 @@
height: 54px;
width: 258px;
}
.logo::before {
position: absolute;
display: block;
@ -37,16 +39,19 @@
border-top-left-radius: 20px;
z-index: -1;
}
.menu {
:global(.ant-menu-title-content) {
color: rgba(0, 102, 101, 1);
font-size: 16px;
}
:global(.parallelogram-container___Lxkxf) {
height: 30px;
margin-top: 12px;
}
}
.parallelogram-container {
/* 平行四边形变换 */
transform: skewX(-45deg);
@ -56,7 +61,8 @@
display: inline-flex;
align-items: center;
padding: 0 34px;
background-color: #e0f0f0; /* 浅蓝底色 */
background-color: #e0f0f0;
/* 浅蓝底色 */
//border: none;
cursor: pointer;
@ -77,6 +83,7 @@
//-webkit-transform: skewX(15deg);
margin-right: 8px;
}
.addBtn {
background-size: cover;
background-position: center;
@ -85,6 +92,7 @@
border-radius: 4px;
height: 36px;
}
.delBtn {
background-size: cover;
background-position: center;
@ -94,6 +102,7 @@
width: 88px;
height: 36px;
}
.exportBtn {
background-size: cover;
background-position: center;
@ -147,51 +156,63 @@
width: 88px;
height: 36px;
}
.view {
background-color: #B7E5D533;
margin-right: 30px;
border: none;
}
.paibanBg {
background-size: cover;
background-position: center;
width: 100%;
height: 631px;
}
.tree {
background-color: #E7F2ED;
:global(.ant-tree-switcher-leaf-line::after) {
border-bottom: 1px solid #006665;
}
:global(.ant-tree-switcher-leaf-line::before) {
border-inline-end: 1px solid #006665;
}
:global(.ant-tree-checkbox-inner) {
border: 1px solid #006665 !important;
}
:global(.ant-tree-indent-unit::before) {
border-inline-end: none !important;
}
}
.font1 {
color: #999999;
font-size: 14px;
}
.box {
display: flex;
flex-wrap: wrap;
margin: 20px 0;
}
.tag {
margin-right: 20px;
margin-bottom: 10px;
}
.ul {
li {
margin-bottom: 10px;
}
}
.customDrawer {
:global(.ant-drawer-header) {
background-color: #B8E0D833 !important;

Loading…
Cancel
Save