明树Git Lab

Commit b8f9fbe3 authored by zhanghan's avatar zhanghan
parents 5765b85b 03506e38
Pipeline #108521 passed with stage
in 20 seconds
......@@ -204,6 +204,32 @@
overflow: auto;
}
}
h3{
text-align: center;
}
.text-border{
width: 100%;
padding: 0 10px;
border: 1px solid #dcdfe6;
border-radius: 4px;
background-color: #f5f7fa;
min-height: 34px;
}
.report-item{
display: flex;
align-items: center;
margin: 18px 0;
}
.report-label{
width: 150px;
text-align: right;
padding-right: 12px;
}
.report-content{
border-left: 1px solid #eaeaea;
flex: 1;
width: 0;
}
}
.always-click {
padding: 2px;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment