Skip to content

Commit

Permalink
merge style files
Browse files Browse the repository at this point in the history
  • Loading branch information
qkang07 authored and wqcstrong committed Jan 17, 2025
1 parent b79113d commit 280bb01
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
25 changes: 0 additions & 25 deletions src/components/SystemContent/MPSysInfo/index.less

This file was deleted.

1 change: 0 additions & 1 deletion src/components/SystemContent/MPSysInfo/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useMemo } from 'react';
import './index.less';
import '../index.less';
import { Card, Typography, Grid, Row, Col, Empty, Space, Divider } from 'antd';
import {
Expand Down
25 changes: 25 additions & 0 deletions src/components/SystemContent/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,28 @@
}
}
}
.mp-info-main {
display: flex;
align-items: center;
.info-icon {
margin-right: 10px;
height: 36px;
}
}
.mp-info-item {
padding: 8px 16px;
border-radius: 4px;
display: flex;
justify-content: space-between;
}

.mp-info-title {
font-weight: bold;
}
.mp-info-desc {
color: #999;
}

.mp-info-value {
font-size: 16px;
}

0 comments on commit 280bb01

Please sign in to comment.