2023-04-28
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user