mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
* [improvement][semantic-fe] Add model alias setting & Add view permission restrictions to the model permission management tab. [improvement][semantic-fe] Add permission control to the action buttons for the main domain; apply high sensitivity filtering to the authorization of metrics/dimensions. [improvement][semantic-fe] Optimize the editing mode in the dimension/metric/datasource components to use the modelId stored in the database for data, instead of relying on the data from the state manager. * [improvement][semantic-fe] Add time granularity setting in the data source configuration. * [improvement][semantic-fe] Dictionary import for dimension values supported in Q&A visibility * [improvement][semantic-fe] Modification of data source creation prompt wording" * [improvement][semantic-fe] metric market experience optimization
83 lines
1.9 KiB
Plaintext
83 lines
1.9 KiB
Plaintext
.metricFilterWrapper {
|
|
margin: 20px;
|
|
padding: 20px;
|
|
border-radius: 10px;
|
|
background: #fff;
|
|
}
|
|
|
|
.metricTable {
|
|
margin: 20px;
|
|
}
|
|
|
|
|
|
|
|
.searchBox {
|
|
// margin-bottom: 12px;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
width: 540px;
|
|
margin: 0 auto;
|
|
.searchInput {
|
|
width: 100%;
|
|
border: 1px solid rgba(35, 104, 184, 0.6);
|
|
border-radius: 10px;
|
|
}
|
|
:global {
|
|
|
|
.ant-select-auto-complete {
|
|
width: 100%;
|
|
}
|
|
.ant-input {
|
|
height: 50px;
|
|
padding: 0 15px;
|
|
color: #515a6e;
|
|
font-size: 14px;
|
|
line-height: 50px;
|
|
background: hsla(0, 0%, 100%, 0.2);
|
|
border: none;
|
|
border-top-left-radius: 10px;
|
|
border-bottom-left-radius: 10px;
|
|
caret-color: #296df3;
|
|
|
|
&:focus {
|
|
border-right-width: 0 !important;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.ant-input-group-addon {
|
|
left: 0 !important;
|
|
padding: 0;
|
|
background: hsla(0, 0%, 100%, 0.2);
|
|
border: none;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
border-bottom-left-radius: 0;
|
|
|
|
.ant-btn {
|
|
width: 72px;
|
|
height: 50px;
|
|
margin: 0;
|
|
color: rgba(35, 104, 184, 0.6);
|
|
font-size: 16px;
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none !important;
|
|
|
|
&::after {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.anticon {
|
|
font-size: 28px;
|
|
|
|
&:hover {
|
|
color: @primary-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |