This commit is contained in:
Pengxiansen
2025-02-27 13:57:01 +08:00
parent 399ec0308a
commit e2fd144ef9
2 changed files with 7 additions and 2 deletions

View File

@@ -768,6 +768,11 @@ defineExpose({ getStuList, startLoading });
::v-deep .ant-tooltip-inner {
color: #000 !important;
}
::v-deep .ant-select-selector {
display: flex;
align-items: center;
}
::v-deep .ant-pagination-total-text {
color: #818a92;
}

View File

@@ -131,7 +131,7 @@
/>
<div style="margin-top: 2px; margin-left: 8px">类型</div>
</div>
<div style="width: 120px; text-align: center">名称</div>
<div style="width: 400px; text-align: center">名称</div>
<div style="width: 87px; text-align: center">时长</div>
<div style="width: 87px; text-align: center">状态</div>
<div
@@ -176,7 +176,7 @@
</div>
<div
style="
width: 120px;
width: 400px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;