javeme commented on code in PR #423:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/423#discussion_r1070524695
##########
hugegraph-hubble/hubble-fe/src/components/graph-management/data-analyze/DataAnalyze.less:
##########
@@ -1195,3 +1195,19 @@ div.vis-tooltip {
.data-analyze-graph-node-info .new-fc-one-input-all-container {
position: relative;
}
+
+@media screen and (max-width: 1280px) {
+ .ant-table-tbody > tr > td.sql-content-clazz {
+ max-width: 480px;
+ }
+}
+@media screen and (min-width: 1280px) and (max-width: 1920px) {
+ .ant-table-tbody > tr > td.sql-content-clazz {
+ max-width: 600px;
+ }
+}
+@media screen and (min-width: 1920px) {
+ .ant-table-tbody > tr > td.sql-content-clazz {
+ max-width: 800px;
+ }
+}
Review Comment:
expect blank line at end of file
##########
hugegraph-hubble/hubble-fe/src/components/graph-management/metadata-configs/vertex-type/NewVertexType.less:
##########
@@ -1613,3 +1613,8 @@ input[type='file'] >
input[type='button']::-moz-focus-inner {
.new-fc-one-select-another-container {
display: inline-block;
}
+
+.new-fc-one-select-another-selection-item {
+ position: relative;
+ top: -10px;
+}
Review Comment:
ditto
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]