pull/361/head
xiaojunnuo 2025-03-30 01:43:03 +08:00
parent a03ae5a216
commit d271120c24
2 changed files with 3 additions and 8 deletions

View File

@ -27,6 +27,6 @@ export const pluginGroups = {
aws: new PluginGroup("aws", "亚马逊云", 6, "svg:icon-aws"),
host: new PluginGroup("host", "主机", 7, "clarity:host-line"),
cdn: new PluginGroup("cdn", "CDN", 8, "svg:icon-cdn"),
panel: new PluginGroup("panel", "面板", 9, "fluent:panel-left-header-24-filled"),
panel: new PluginGroup("panel", "面板", 9, "fluent:panel-left-header-32-filled"),
other: new PluginGroup("other", "其他", 10, "clarity:plugin-line"),
};

View File

@ -423,12 +423,10 @@ export default {
display: flex;
align-items: center;
//width: 120px;
.fs-iconify.fs-icon {
.fs-icon {
display: flex;
align-items: center;
margin-top: -5px;
}
.fs-icon {
color: #00b7ff;
svg {
vertical-align: middle !important;
display: flex;
@ -444,9 +442,6 @@ export default {
}
.ant-tabs-nav .ant-tabs-tab {
margin-top: 10px !important;
.fs-icon {
color: #00b7ff;
}
}
&.fullscreen {
.pi-step-form {