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"),
|
aws: new PluginGroup("aws", "亚马逊云", 6, "svg:icon-aws"),
|
||||||
host: new PluginGroup("host", "主机", 7, "clarity:host-line"),
|
host: new PluginGroup("host", "主机", 7, "clarity:host-line"),
|
||||||
cdn: new PluginGroup("cdn", "CDN", 8, "svg:icon-cdn"),
|
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"),
|
other: new PluginGroup("other", "其他", 10, "clarity:plugin-line"),
|
||||||
};
|
};
|
||||||
|
|
|
@ -423,12 +423,10 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
//width: 120px;
|
//width: 120px;
|
||||||
.fs-iconify.fs-icon {
|
.fs-icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: -5px;
|
color: #00b7ff;
|
||||||
}
|
|
||||||
.fs-icon {
|
|
||||||
svg {
|
svg {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -444,9 +442,6 @@ export default {
|
||||||
}
|
}
|
||||||
.ant-tabs-nav .ant-tabs-tab {
|
.ant-tabs-nav .ant-tabs-tab {
|
||||||
margin-top: 10px !important;
|
margin-top: 10px !important;
|
||||||
.fs-icon {
|
|
||||||
color: #00b7ff;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
&.fullscreen {
|
&.fullscreen {
|
||||||
.pi-step-form {
|
.pi-step-form {
|
||||||
|
|
Loading…
Reference in New Issue