Implement open knowledge access scope
This commit is contained in:
@@ -377,42 +377,6 @@ textarea {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.permission-summary {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.permission-summary div {
|
||||
padding: 12px;
|
||||
border: 1px solid #dfe8e5;
|
||||
border-radius: 8px;
|
||||
background: #f8fbfa;
|
||||
}
|
||||
|
||||
.permission-summary span {
|
||||
display: block;
|
||||
color: #6b7d77;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.permission-summary strong {
|
||||
display: block;
|
||||
margin-top: 6px;
|
||||
overflow: hidden;
|
||||
color: #1f2d2a;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.drawer-actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 10px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.el-drawer .el-date-editor.el-input {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -437,10 +401,16 @@ textarea {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.record-date-range {
|
||||
width: 580px !important;
|
||||
max-width: 100%;
|
||||
flex: 0 0 580px;
|
||||
.record-date-item {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.record-date-sep {
|
||||
color: #909399;
|
||||
font-size: 13px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.record-filter-actions {
|
||||
@@ -465,8 +435,10 @@ textarea {
|
||||
|
||||
.chat-summary span {
|
||||
display: block;
|
||||
color: #6b7d77;
|
||||
font-size: 12px;
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
color: #2a6b56;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.chat-summary strong {
|
||||
|
||||
Reference in New Issue
Block a user