Files
coze-studio/frontend/packages/workflow/playground/src/components/bot-select/table-info.module.less
fanlv 890153324f feat: manually mirror opencoze's code from bytedance
Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
2025-07-20 17:36:12 +08:00

53 lines
1.1 KiB
Plaintext

.table {
:global {
table {
border-radius: 8px;
border: 1px solid rgba(46, 46, 56, 0.08);
thead {
th {
border-bottom: 1px solid rgba(46, 47, 56, 0.09) !important;
color: var(--Light-usage-text---color-text-1, rgba(29, 28, 35, 0.80)) !important;
font-weight: 600 !important;
}
}
th,
td {
overflow: hidden;
color: var(--Light-usage-text---color-text-1, rgba(29, 28, 35, 0.80));
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px;
}
td {
border-bottom: 0 !important;
&:first-child {
width: 114px;
}
}
}
.semi-table-tbody>.semi-table-row>.semi-table-row-cell,
.semi-table-thead>.semi-table-row>.semi-table-row-head {
padding: 8px 0;
&:first-child {
padding-left: 20px;
padding-right: 20px;
}
&:last-child {
padding-right: 14px;
}
}
}
}