Skip to content

Commit d4f0a83

Browse files
committed
fix: 样式更新
1 parent 7dc5333 commit d4f0a83

File tree

1 file changed

+14
-0
lines changed
  • km-console/packages/config-manager-fe/src/components/TypicalListCard

1 file changed

+14
-0
lines changed

km-console/packages/config-manager-fe/src/components/TypicalListCard/index.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@
2222
display: flex;
2323
justify-content: space-between;
2424
margin-bottom: 12px;
25+
.left,
26+
.right {
27+
display: flex;
28+
align-items: center;
29+
}
30+
.left .refresh-icon {
31+
font-size: 20px;
32+
color: #74788d;
33+
cursor: pointer;
34+
}
35+
.right .search-input {
36+
width: 248px;
37+
margin-right: 8px;
38+
}
2539
}
2640
}
2741
}

0 commit comments

Comments
 (0)