mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
提交
This commit is contained in:
@@ -768,6 +768,11 @@ defineExpose({ getStuList, startLoading });
|
|||||||
::v-deep .ant-tooltip-inner {
|
::v-deep .ant-tooltip-inner {
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep .ant-select-selector {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
::v-deep .ant-pagination-total-text {
|
::v-deep .ant-pagination-total-text {
|
||||||
color: #818a92;
|
color: #818a92;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -131,7 +131,7 @@
|
|||||||
/>
|
/>
|
||||||
<div style="margin-top: 2px; margin-left: 8px">类型</div>
|
<div style="margin-top: 2px; margin-left: 8px">类型</div>
|
||||||
</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 style="width: 87px; text-align: center">状态</div>
|
<div style="width: 87px; text-align: center">状态</div>
|
||||||
<div
|
<div
|
||||||
@@ -176,7 +176,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
width: 120px;
|
width: 400px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Reference in New Issue
Block a user