|
@@ -33,7 +33,7 @@
|
|
<div class="space-env">
|
|
<div class="space-env">
|
|
<div
|
|
<div
|
|
class="env-item"
|
|
class="env-item"
|
|
- :class="index==1?'env-color':''"
|
|
|
|
|
|
+ :class="index == 1 ? 'env-color' : ''"
|
|
:key="'env' + index"
|
|
:key="'env' + index"
|
|
v-for="(item, index) in envlist"
|
|
v-for="(item, index) in envlist"
|
|
>
|
|
>
|
|
@@ -1640,6 +1640,11 @@ export default defineComponent({
|
|
//width: 54%;
|
|
//width: 54%;
|
|
width: calc(100% - 330px);
|
|
width: calc(100% - 330px);
|
|
.left-top {
|
|
.left-top {
|
|
|
|
+ width: 100%;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ -o-text-overflow: ellipsis;
|
|
img {
|
|
img {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
@@ -1681,6 +1686,11 @@ export default defineComponent({
|
|
padding-right: 80px;
|
|
padding-right: 80px;
|
|
.text {
|
|
.text {
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ width: 100%;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ -o-text-overflow: ellipsis;
|
|
div {
|
|
div {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
@@ -1726,6 +1736,10 @@ export default defineComponent({
|
|
.space-temp {
|
|
.space-temp {
|
|
padding-bottom: 13px;
|
|
padding-bottom: 13px;
|
|
border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
|
|
border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ -o-text-overflow: ellipsis;
|
|
img {
|
|
img {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
@@ -1758,7 +1772,7 @@ export default defineComponent({
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
sup {
|
|
sup {
|
|
position: absolute;
|
|
position: absolute;
|
|
- top:-5px;
|
|
|
|
|
|
+ top: -5px;
|
|
font-family: "Noto Sans SC";
|
|
font-family: "Noto Sans SC";
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
@@ -1774,6 +1788,10 @@ export default defineComponent({
|
|
padding-top: 20px;
|
|
padding-top: 20px;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
text-align: left;
|
|
text-align: left;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ -o-text-overflow: ellipsis;
|
|
.env-item {
|
|
.env-item {
|
|
padding-top: 8px;
|
|
padding-top: 8px;
|
|
height: 88px;
|
|
height: 88px;
|