2023-04-28

This commit is contained in:
2023-04-28 14:56:47 +08:00
parent f2ab2d5b73
commit 5b740e7bda
35 changed files with 1321 additions and 519 deletions
@@ -7,6 +7,17 @@
<title>HSE巡检</title>
<link href="~/res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<style type="text/css">
.f-grid-row.Red {
background-color: red;
}
.f-grid-row.Yellow {
background-color: yellow;
} .f-grid-row.Blue {
background-color: deepskyblue;
}
</style>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />