@@ -67,9 +67,9 @@
</a-row>
<a-row :gutter="24"
class="dialogRowTitle">
- <a-col :span="5">
+ <a-col :span="5" class="nowrap">
<span class="white">
- 20-12-03 09:40
+ 2021-12-03 09:40:55
</span>
</a-col>
<a-col :span="5">
@@ -82,7 +82,7 @@
100%
+ <a-col :span="5" class="ellipse">
统一修改
@@ -194,6 +194,15 @@ export default defineComponent({
<style lang="less">
.hedgingDetail {
+ .ellipse {
+ white-space: nowrap;
+ overflow: hidden;
+ width: 20%;
+ text-overflow: ellipsis;
+ }
+ .nowrap {
}
</style
>;