From f25159430bbd306ec7ef6b208ed1e53ba2670f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Wed, 11 Sep 2019 17:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../react/src/modules/courses/elearning/YslDetailCards.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/react/src/modules/courses/elearning/YslDetailCards.js b/public/react/src/modules/courses/elearning/YslDetailCards.js index 4e89b0c87..cb6f06fde 100644 --- a/public/react/src/modules/courses/elearning/YslDetailCards.js +++ b/public/react/src/modules/courses/elearning/YslDetailCards.js @@ -388,6 +388,13 @@ class YslDetailCards extends Component{ margin-bottom: 20px; background-color: #fff; } + .lessonvalue{ + max-width: 556px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: inline-block; + } ` }