diff --git a/src/pages/home2/components/empennage/index.vue b/src/pages/home2/components/empennage/index.vue index cf1404463..e5dff05af 100644 --- a/src/pages/home2/components/empennage/index.vue +++ b/src/pages/home2/components/empennage/index.vue @@ -180,7 +180,7 @@ border-left: 2px dotted #aaa; } .title { - padding-right: 50px; + padding-right: 40px; font-weight: bold; padding-left: 40px; width: 80px; @@ -189,6 +189,15 @@ cursor: pointer; color: #0068B7; } + .el-col-4 { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + word-break: break-all; + line-height: normal; + margin-top: 10px; + font-size: 5px; + } } diff --git a/src/pages/home2/components/searchGroup/index.vue b/src/pages/home2/components/searchGroup/index.vue index f919ddf18..f3af3f4f8 100644 --- a/src/pages/home2/components/searchGroup/index.vue +++ b/src/pages/home2/components/searchGroup/index.vue @@ -102,6 +102,7 @@ export default { border-radius: 5px; ::v-deep { .el-input__inner { + text-align: center; width: 18vm; height: 40px; color: #333333;