* Fix bug #40396, and modify style in task::report.

This commit is contained in:
liumengyi
2023-11-09 15:35:00 +08:00
parent 9b7c45f135
commit cadfdf1e4f
2 changed files with 7 additions and 2 deletions
+3
View File
@@ -1 +1,4 @@
#chartForm .form-actions > .btn {min-width: 0;}
.chart-form .panel-body {padding: 0;}
.chart-form .panel-heading {padding: 1rem 0 0.5rem 0;}
.chart-form .panel-heading .panel-title {font-size: 0.8125rem; line-height: 1.25rem;}
+4 -2
View File
@@ -82,7 +82,8 @@ div
set::width('240'),
formPanel
(
setID('chartForm'),
setClass('chart-form'),
set::id('chartForm'),
set('title', $lang->task->report->select),
set('actions', array
(
@@ -113,7 +114,8 @@ div
cell
(
setID('chartContainer'),
setClass('flex-auto ml-4 bg-white px-4 py-2'),
set::flex('1'),
set::className('ml-5 bg-white px-4 py-2'),
tabs
(
on::click('.font-medium', 'changeTab'),