fix: 工程概况里程碑样式调整
This commit is contained in:
parent
88767a5cd1
commit
955d5e1418
@ -214,7 +214,6 @@ onMounted(() => {
|
||||
padding-right: 1%;
|
||||
z-index: 1;
|
||||
.text {
|
||||
width: 60px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@ -228,19 +227,18 @@ onMounted(() => {
|
||||
.statusImg {
|
||||
position: absolute;
|
||||
top: 190%;
|
||||
left: -60%;
|
||||
left: -10%;
|
||||
width: 120px;
|
||||
height: 1px;
|
||||
background: url("@/assets/images/comprehensiveManage/project6.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.statusImg1 {
|
||||
width: 50px;
|
||||
position: relative;
|
||||
background: url("@/assets/images/comprehensiveManage/project5.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
.stage-name {
|
||||
width: 60px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user