diff --git a/module/admin/css/index.css b/module/admin/css/index.css index f5523031fb..bb34529ba2 100755 --- a/module/admin/css/index.css +++ b/module/admin/css/index.css @@ -72,7 +72,8 @@ /* css in side */ .time-block {background: #EDEEF2; padding: 4px; border-radius: 4px; color: #0B0F18; font-size: 15px;} .dynamic-block {height: 64px; padding: 12px 16px; display: flex; justify-content: space-between; position: relative; line-height: 20px; border-top: 1px solid #E3E4E9;} -.dynamic-time {white-space: nowrap; position: absolute; right: 28px; bottom: 12px;} +.dynamic-content {height: 40px; overflow: hidden;} +.dynamic-time {white-space: nowrap; position: absolute; right: 20px; bottom: 10px; padding-right: 12px; background: white;} .patch-block {padding: 12px 16px; line-height: 20px; border-top: 1px solid #E3E4E9;} .patch-content {height: 40px; overflow: hidden;} diff --git a/module/admin/view/index.html.php b/module/admin/view/index.html.php index 5576e65c40..173f0167f1 100755 --- a/module/admin/view/index.html.php +++ b/module/admin/view/index.html.php @@ -135,7 +135,7 @@