|
@@ -448,19 +448,19 @@ export default {
|
|
|
line-height: 0px;
|
|
|
}
|
|
|
.blue_box_one > div:nth-child(1) {
|
|
|
- line-height: 65px;
|
|
|
- margin: 0 5px 0 10px;
|
|
|
- width: 30%;
|
|
|
- min-width: 60px;
|
|
|
+ line-height: 65px;
|
|
|
+ margin: 0 5px 0 10px;
|
|
|
+ width: 30%;
|
|
|
+ min-width: 70px;
|
|
|
}
|
|
|
.blue_box_one > div:nth-child(2) {
|
|
|
-white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow: hidden;
|
|
|
- word-break: break-all;
|
|
|
- width: 70%;
|
|
|
- text-align: left;
|
|
|
- max-width: calc(100% - 75px);
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
+ word-break: break-all;
|
|
|
+ width: 70%;
|
|
|
+ text-align: left;
|
|
|
+ max-width: calc(100% - 85px);
|
|
|
}
|
|
|
.return {
|
|
|
background: rgb(238, 238, 238);
|