added comments

This commit is contained in:
2026-02-24 20:31:19 +08:00
parent 63375ee272
commit 8b2d410738
2 changed files with 16 additions and 17 deletions

View File

@@ -19,7 +19,7 @@
gap: 16px;
border-radius: 4px;
}
.logo {
.orgLogo {
width: 38px;
height: 38px;
aspect-ratio: 1/1;
@@ -103,7 +103,7 @@
left: 0;
}
.ohsContainer {
.orgSearchContainer {
display: flex;
width: 318px;
flex-direction: column;
@@ -163,13 +163,13 @@
stroke: color(display-p3 0.6127 0.6282 1);
}
.searchBtnContainer {
.srchInputContainer {
display: flex;
align-items: center;
gap: 10px;
align-self: stretch;
}
.searchInputGroup {
.srchInputGroup {
display: flex;
padding: 8px 12px;
align-items: center;