mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user