From fff2b4a56fc20737b1db852bc56c50e954cbc6cd Mon Sep 17 00:00:00 2001 From: guofeilong Date: Tue, 7 Feb 2023 16:33:10 +0800 Subject: [PATCH] * Code for css in admin.html --- module/admin/css/index.css | 18 +++++++++++++----- module/admin/view/index.html.php | 22 +++++++++++----------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/module/admin/css/index.css b/module/admin/css/index.css index bb34529ba2..3b87f70c35 100755 --- a/module/admin/css/index.css +++ b/module/admin/css/index.css @@ -11,6 +11,14 @@ .pl-16 {padding-left: 16px;} .px-16 {padding: 0 16px;} .mb-16 {margin-bottom: 16px;} +.mr-16 {margin-right: 16px;} +.mx-16 {margin: 0 16px;} +.pd-3 {padding: 3px;} +.pb-3 {padding-bottom: 3px;} +.pr-4 {padding-right: 4px;} +.font-18 {font-size: 18px;} +.font-20 {font-size: 20px;} +.font-24 {font-size: 24px;} #notice {margin: -20px -20px 20px; padding: 20px;} #zentaoLinks {margin-top: 20px;} @@ -19,7 +27,7 @@ .admin {display: flex; background: unset; box-shadow: none;} .admin h4 {color: #0B0F18;} .admin > .main {flex: 1 1 70%;} -.admin > .side {flex: 1 1 30%; padding-left: 10px; margin-left: 16px;} +.admin > .side {flex: 1 1 30%; margin-left: 16px; padding-right: 16px;} .panel-title {padding: 10px 0px;} .panel {padding: 0 0 0 16px;} .settings.panel, .plug.panel {margin-bottom: 16px;} @@ -51,7 +59,7 @@ .official-content > .title {color: #313C52; font-size: 13px; line-height: 14px;} .classList {aspect-ratio: 4/1;} -.classList > .classItem {flex: 1 1 30%; margin: 5px; border: 1px solid rgba(227, 228, 233, 0.6); border-radius: 4px; margin-bottom: 16px; align-items: center;} +.classList > .classItem {flex: 1 1 30%; margin: 5px; border: 1px solid rgba(227, 228, 233, 0.6); border-radius: 4px; padding-bottom: 16px; align-items: center;} .classItem > .imgBack {flex: 1 1 50%;} .classItem > .imgBack > .classImg {background-repeat: no-repeat; background-size: contain; aspect-ratio: 16 / 9; background-position: center; margin: 0px; border-top-left-radius: 4px; border-top-right-radius: 4px;} .classItem > .classContent {flex: 1 1 50%; padding: 5px; font-size: 14px; color: #0B0F18; text-align: center; overflow: hidden; height: 24px; margin-bottom: 6px; font-weight: 700;} @@ -61,7 +69,6 @@ .setting-help {width: 45px; color: #9EA3B0;} .pointer-none {pointer-events: none;} -.pd-3 {padding: 3px;} /* css for without internet */ .main.without-internet {display: flex; flex-wrap: wrap;} @@ -70,10 +77,11 @@ .main.without-internet > .bottom > .official.panel > .main-panel {flex-direction: row-reverse;} /* css in side */ -.time-block {background: #EDEEF2; padding: 4px; border-radius: 4px; color: #0B0F18; font-size: 15px;} +.time-block {background: #EDEEF2; padding:2px 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-content {height: 40px; overflow: hidden;} -.dynamic-time {white-space: nowrap; position: absolute; right: 20px; bottom: 10px; padding-right: 12px; background: white;} +.dynamic-time {white-space: nowrap; position: absolute; right: 12px; bottom: 10px; padding-right: 12px; background: white;} +.time-count {letter-spacing: 2px;} .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 173f0167f1..d5954de72c 100755 --- a/module/admin/view/index.html.php +++ b/module/admin/view/index.html.php @@ -87,7 +87,7 @@ -
+
admin->zentaoInfo?>
您已使用禅道05year?>09admin->day?>19
@@ -95,25 +95,25 @@
admin->updateDynamics?>
- admin->extensionURL, "{$lang->more} ", '_blank', 'class="more text-muted flex align-center"');?> + admin->extensionURL, "{$lang->more} ", '_blank', 'class="more text-muted flex align-center"');?>
-
禅道18.0发布,新增自动化测试方案、使用帮助及全新IDE风格
+
禅道18.0发布,新增自动化测试方案、使用帮助及全新IDE风格
2022-03-12
-
禅道18.0发布,新增自动化测试方案、使用帮助及全新IDE风格
+
禅道18.0发布,新增自动化测试方案、使用帮助及全新IDE风格
2022-03-12
-
禅道18.0发布,新增自动化测试方案、使用帮助及全新IDE风格
+
禅道18.0发布,新增自动化测试方案、使用帮助及全新IDE风格
2022-03-12
admin->updatePatch?>
- admin->extensionURL, "{$lang->more} ", '_blank', 'class="more text-muted flex align-center"');?> + admin->extensionURL, "{$lang->more} ", '_blank', 'class="more text-muted flex align-center"');?>
view->patches as $patch):?>
@@ -130,12 +130,12 @@
admin->upgradeRecommend?>
- admin->extensionURL, "{$lang->more} ", '_blank', 'class="more text-muted flex align-center"');?> + admin->extensionURL, "{$lang->more} ", '_blank', 'class="more text-muted flex align-center"');?>
-
禅道企业版
-
查看详情
+
禅道企业版
+
查看详情
工时管理、甘特图、导入导出
40+内置统计报表、自定义报表功能
@@ -143,8 +143,8 @@
-
禅道旗舰版
-
查看详情
+
禅道旗舰版
+
查看详情
工时管理、甘特图、导入导出
40+内置统计报表、自定义报表功能