+
{{ item.brief.nickname }}
UID:{{ item.uid }}
@@ -224,7 +224,7 @@ async function tryExecAll(): Promise
{
max-width: 250px;
}
-.select-main {
+.us-select-main {
position: relative;
display: flex;
height: 24px;
@@ -236,24 +236,24 @@ async function tryExecAll(): Promise {
width: 24px;
height: 24px;
}
+}
- .content {
- position: relative;
- display: flex;
- flex-direction: column;
+.us-sm-content {
+ position: relative;
+ display: flex;
+ flex-direction: column;
- :first-child {
- font-family: var(--font-title);
- font-size: 12px;
- }
+ :first-child {
+ font-family: var(--font-title);
+ font-size: 12px;
+ }
- :last-child {
- font-size: 10px;
- }
+ :last-child {
+ font-size: 10px;
}
}
-.select-item {
+.us-select-item {
position: relative;
display: flex;
width: 100%;
@@ -262,35 +262,40 @@ async function tryExecAll(): Promise {
justify-content: flex-start;
padding: 8px;
column-gap: 4px;
+ cursor: pointer;
+
+ &:hover {
+ background: var(--common-shadow-1);
+ }
img {
width: 24px;
height: 24px;
}
+}
- .content {
- position: relative;
- display: flex;
- flex-direction: column;
+.us-si-content {
+ position: relative;
+ display: flex;
+ flex-direction: column;
- :first-child {
- font-family: var(--font-title);
- font-size: 12px;
- }
-
- :last-child {
- font-size: 10px;
- }
+ :first-child {
+ font-family: var(--font-title);
+ font-size: 12px;
}
- .append {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: auto;
+ :last-child {
+ font-size: 10px;
}
}
+.append {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-left: auto;
+}
+
.top-hint {
position: relative;
padding: 8px;