mirror of https://github.com/certd/certd
chore:
parent
a03ae5a216
commit
d271120c24
|
@ -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"),
|
||||
};
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue