|
|
|
@ -737,4 +737,60 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.stock-dialog{ |
|
|
|
::v-deep .el-dialog{ |
|
|
|
width: 1220px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.stockGridNumName-style{ |
|
|
|
::v-deep .el-form-item__content{ |
|
|
|
width: auto !important; |
|
|
|
padding: 0 10px; |
|
|
|
.stock-popover{ |
|
|
|
display: inline-block; |
|
|
|
margin-left: 6px; |
|
|
|
color: #0348f3; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.stock-info-tips{ |
|
|
|
line-height: 24px; |
|
|
|
margin-bottom: 20px; |
|
|
|
p{ |
|
|
|
color: #0c0e1e; |
|
|
|
i{ |
|
|
|
display: inline-block; |
|
|
|
padding: 0 4px; |
|
|
|
font-weight: bold; |
|
|
|
font-style: normal; |
|
|
|
color: #00b42a; |
|
|
|
} |
|
|
|
} |
|
|
|
span{ |
|
|
|
display: block; |
|
|
|
} |
|
|
|
} |
|
|
|
::v-deep .el-card { |
|
|
|
flex: 1; |
|
|
|
margin-right: 15px; |
|
|
|
.el-card__header{ |
|
|
|
color: #0c0e1e; |
|
|
|
// font-size: 16px; |
|
|
|
background-color: #fff !important; |
|
|
|
border-bottom: 1px solid #ebeef5 !important; |
|
|
|
} |
|
|
|
.el-card__body{ |
|
|
|
height: 180px; |
|
|
|
overflow: hidden; |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
.stock-info-item{ |
|
|
|
display: flex; justify-content: space-between; padding: 4px 20px; |
|
|
|
span{ |
|
|
|
display: block; |
|
|
|
height: 26px; |
|
|
|
line-height: 26px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |