This commit is contained in:
wyx
2023-03-21 10:47:04 +08:00
parent bc1136255c
commit 43aba135ea
5 changed files with 20 additions and 5 deletions

View File

@@ -164,7 +164,10 @@ function openDrawer(i, row) {
defineExpose({ openDrawer, selectCourse });
</script>
<style lang="scss">
.addonlineDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;