固定资产项目前端文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
570 B

4 months ago
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cccc</title>
</head>
<body>
<h1 style="text-align: center">报表</h1>
<div style="display: flex; border: 1px solid">
<div style="padding: 24px; flex: 1">1</div>
<div style="padding: 24px; flex: 1">2</div>
</div>
<div style="margin-top: 24px; display: flex; border: 1px solid red">
<div style="padding: 24px; flex: 1">1</div>
<div style="padding: 24px; flex: 1">2</div>
</div>
</body>
</html>