diff --git a/console/src/main/resources/static/console-fe/package.json b/console/src/main/resources/static/console-fe/package.json index 562f866941c..0660ef0effc 100644 --- a/console/src/main/resources/static/console-fe/package.json +++ b/console/src/main/resources/static/console-fe/package.json @@ -64,7 +64,7 @@ "webpack-dev-server": "^3.1.13" }, "dependencies": { - "@alifd/next": "^1.11.5", + "@alifd/next": "^1.11.10", "axios": "^0.18.0", "jquery": "^3.3.1", "moment": "^2.23.0", diff --git a/console/src/main/resources/static/console-fe/public/index.html b/console/src/main/resources/static/console-fe/public/index.html index a0046fee97b..bbad4d378f1 100644 --- a/console/src/main/resources/static/console-fe/public/index.html +++ b/console/src/main/resources/static/console-fe/public/index.html @@ -20,7 +20,6 @@ Nacos - diff --git a/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js b/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js index e30c869c380..71ce3ea3442 100644 --- a/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js +++ b/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js @@ -734,7 +734,7 @@ class ConfigurationManagement extends React.Component { style={{ position: 'relative', marginTop: 10, - height: this.state.isAdvancedQuery ? 'auto' : 48, + height: this.state.isAdvancedQuery ? 'auto' : 42, overflow: 'hidden', }} > diff --git a/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/NewConfig/NewConfig.js b/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/NewConfig/NewConfig.js index 56e90e6067b..5c907705313 100644 --- a/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/NewConfig/NewConfig.js +++ b/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/NewConfig/NewConfig.js @@ -379,10 +379,10 @@ class NewConfig extends React.Component { const { init } = this.field; const formItemLayout = { labelCol: { - span: 2, + fixedSpan: 10, }, wrapperCol: { - span: 22, + span: 14, }, }; @@ -433,8 +433,8 @@ class NewConfig extends React.Component { color={'#333'} >

{locale.newListing}

-
- + + - + {locale.annotation} - -
+ + + + + + -
- - - -
- - + - + } @@ -560,12 +562,11 @@ class NewConfig extends React.Component { } required - {...formItemLayout} >
- +