Commit 51e0fbb1 by 刘泽奇

123

parent 52ec7afe
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -75,23 +75,22 @@
/* 共用title样式 */
.jdindentdetail-main-title {
border-left: 2px solid rgba(47, 47, 47, 1);
height: 16px;
line-height: 16px;
border-radius: 2px;
padding-left: 8px;
background: #eef2fb;
height: 32px;
width: 100%;
padding-left: 12px;
box-sizing: border-box;
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(47, 47, 47, 1);
line-height: 16px;
line-height: 32px;
font-family: PingFangSC-Regular;
font-size: 12px;
color: #333333;
}
.jdindentdetail-main-title>span {
color: #2692FF;
margin-left: 24px;
cursor: pointer;
float: right;
}
.jdindentdetail-main-step-col {
......@@ -111,12 +110,14 @@
border-color: #C0C4CC;
}
.jdindentdetail-flow {
padding: 10px;
margin-top: 20px;
box-sizing: border-box;
border: 1px solid #E3E3E3;
}
.jdindentdetail-main-step-col .el-step__icon-inner {
color: #fff;
font-size: 14px;
......@@ -150,6 +151,7 @@
padding-left: 25px;
overflow-y: scroll;
}
.jdindentdetail-main-step-row>div::-webkit-scrollbar {
width: 8px;
/*高宽分别对应横竖滚动条的尺寸*/
......
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