{{ props.dataList.name }}
- {{ props.dataList.type }}
- {{ props.dataList.shareType }}
- {{ props.dataList.shareCondition }}
+
+
+ {{ props.dataList.type }} + {{ props.dataList.shareType }} + {{ props.dataList.shareCondition }} +
+
@@ -106,8 +110,10 @@
display: flex;
justify-content: center;
.left {
- width: 7rem;
+ max-width: 7.2rem;
color: #fff;
+ margin-right: 0.8rem;
+
.top {
display: flex;
align-items: center;
@@ -118,10 +124,19 @@
// max-width: 3.3rem;
// overflow: hidden;
// text-overflow: ellipsis;
- // white-space: nowrap;
+ white-space: nowrap;
font-size: 0.4rem;
margin-right: 0.2rem;
}
+ .label-content {
+ position: relative;
+ }
+ .lable-father {
+ position: absolute;
+ min-width: 2.5rem;
+ right: -2.5rem;
+ top: 0;
+ }
.label {
padding: 0.01rem 0.1rem;
margin-right: 0.1rem;