mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-22 06:44:18 +08:00
[improvement][semantic-fe] Added an editing component to set filtering rules for Q&A. Now, the SQL editor will be accompanied by a list for display and control, to resolve ambiguity when using comma-separated values.
[improvement][semantic-fe] Improved validation logic and prompt copywriting for data source/dimension/metric editing and creation. [improvement][semantic-fe] Improved user experience for visual modeling. Now, when using the legend to control the display/hide of data sources and their associated metric dimensions, the canvas will be re-layout based on the activated data source in the legend. Co-authored-by: tristanliu <tristanliu@tencent.com>
This commit is contained in:
@@ -216,20 +216,30 @@ ol {
|
||||
right: 240px !important;
|
||||
}
|
||||
|
||||
|
||||
.g6ContextMenuContainer {
|
||||
font-size: 12px;
|
||||
color: #545454;
|
||||
}
|
||||
.g6ContextMenuContainer li {
|
||||
cursor: pointer;
|
||||
list-style-type:none;
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
.g6ContextMenuContainer ul {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
.g6ContextMenuContainer li:hover {
|
||||
color: #aaa;
|
||||
}
|
||||
min-width: 100px;
|
||||
h3 {
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #4E86F5;
|
||||
}
|
||||
li {
|
||||
cursor: pointer;
|
||||
list-style-type:none;
|
||||
// list-style: none;
|
||||
margin-left: 0;
|
||||
&:hover {
|
||||
color: #4E86F5;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.ant-tag {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user