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