From 7ab6c4e70f579b2747352455cf6444736587aae6 Mon Sep 17 00:00:00 2001 From: 刘红飞 <lhf@bronet.cn> Date: Mon, 25 Apr 2022 16:47:58 +0800 Subject: [PATCH] 1 --- test-app/pages/index/index.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/test-app/pages/index/index.vue b/test-app/pages/index/index.vue index 0ea0460..4d4a665 100644 --- a/test-app/pages/index/index.vue +++ b/test-app/pages/index/index.vue @@ -62,20 +62,20 @@ display: flex; padding-left: 20rpx; align-items: center; - //导航标题 - .top-tl { - width: 400rpx; - margin-left: 20rpx; - font-size: 40rpx; - color: #000; - font-weight: 600; - overflow: hidden; + /* //导航标题 */ + /* .top-tl { */ + /* width: 400rpx; */ + /* margin-left: 20rpx; */ + /* font-size: 40rpx; */ + /* color: #000; */ + /* font-weight: 600; */ + /* overflow: hidden; */ /*超出部分隐藏*/ - white-space: nowrap; + /* white-space: nowrap; */ /*不换行*/ - text-overflow: ellipsis; + /* text-overflow: ellipsis; */ /*超出部分文字以...显示*/ - } + /* } */ } /* .demo{ position: relative; -- libgit2 0.24.0