lavoce #27

Merged
bragaz_rexita merged 42 commits from lavoce into main 2025-12-22 09:28:35 +00:00
Showing only changes of commit d8a1878ab1 - Show all commits

View File

@@ -241,8 +241,8 @@ const NotificationDetailTab = () => {
</div>
</div>
<Space direction="vertical" size="large" style={{ width: '100%' }}>
<Row gutter={[24, 24]}>
<Space direction="vertical" size="small" style={{ width: '100%' }}>
<Row gutter={[8, 8]}>
{/* Kolom Kiri: Data Kompresor */}
<Col xs={24} lg={8}>
<Card
@@ -347,7 +347,7 @@ const NotificationDetailTab = () => {
</Col>
</Row>
<Row gutter={[16, 16]}>
<Row gutter={[8, 8]} style={{ marginBottom: 'px' }}>
<Col xs={24} md={8}>
<Card
hoverable
@@ -395,7 +395,7 @@ const NotificationDetailTab = () => {
</Col>
</Row>
<Row gutter={[16, 16]}>
<Row gutter={[8, 8]} style={{ marginTop: '-12px' }}>
<Col xs={24} md={8}>
<Card
size="small"
@@ -423,6 +423,7 @@ const NotificationDetailTab = () => {
size="small"
bodyStyle={{
padding: '8px 12px',
marginBottom: '4px',
}}
hoverable
extra={
@@ -486,6 +487,7 @@ const NotificationDetailTab = () => {
size="small"
bodyStyle={{
padding: '8px 12px',
marginBottom: '4px',
}}
extra={
<Text
@@ -687,7 +689,9 @@ const NotificationDetailTab = () => {
<Card
key={log.id}
size="small"
bodyStyle={{ padding: '8px 12px' }}
bodyStyle={{
padding: '8px 12px',
}}
>
<Paragraph
style={{ fontSize: '12px', margin: 0 }}