fix: update menu

This commit is contained in:
Fine 2023-03-27 21:03:34 +08:00
parent 5973632f0f
commit 11367318a1
6 changed files with 13 additions and 10 deletions

View File

@ -184,7 +184,7 @@ limitations under the License. -->
.title {
display: inline-block;
max-width: 110px;
max-width: 200px;
text-overflow: ellipsis;
overflow: hidden;
}

View File

@ -382,6 +382,7 @@ const msg = {
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
AWSCloudDynamoDB: "DynamoDB",
AWSGateway: "AWS Gateway",
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
};
export default msg;

View File

@ -381,6 +381,7 @@ const msg = {
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
AWSCloudDynamoDB: "DynamoDB",
AWSGateway: "AWS Gateway",
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
};
export default msg;

View File

@ -379,6 +379,7 @@ const msg = {
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
AWSCloudDynamoDB: "DynamoDB",
AWSGateway: "AWS Gateway",
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
};
export default msg;

View File

@ -75,16 +75,16 @@ export default [
},
},
{
path: "/aws-gateway",
name: "AWSGateway",
path: "/aws-api-gateway",
name: "APIGateway",
meta: {
title: "AWSGateway",
title: "APIGateway",
layer: "AWS_GATEWAY",
},
},
{
path: "/aws-gateway/tab/:activeTabIndex",
name: "GatewayActiveTabIndex",
path: "/aws-api-gateway/tab/:activeTabIndex",
name: "APIGatewayActiveTabIndex",
meta: {
notShow: true,
layer: "AWS_GATEWAY",

View File

@ -135,7 +135,7 @@ pre {
.el-sub-menu .el-menu-item {
height: 40px;
line-height: 40px;
padding-left: 56px !important;
padding: 0 0 0 56px !important;
}
.el-sub-menu__title {