mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
style
This commit is contained in:
@@ -269,7 +269,10 @@ defineExpose({ openDrawer });
|
|||||||
.ant-table-striped :deep(.table-striped) td {
|
.ant-table-striped :deep(.table-striped) td {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
}
|
}
|
||||||
|
.addcaseDrawer > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 1300px !important;
|
||||||
|
width: 1300px !important;
|
||||||
|
}
|
||||||
.addcaseDrawer {
|
.addcaseDrawer {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
|
|||||||
@@ -102,7 +102,10 @@ defineExpose({ openDrawer });
|
|||||||
.ant-table-striped :deep(.table-striped) td {
|
.ant-table-striped :deep(.table-striped) td {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
}
|
}
|
||||||
|
.addinvistDrawer > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 1300px !important;
|
||||||
|
width: 1300px !important;
|
||||||
|
}
|
||||||
.addinvistDrawer {
|
.addinvistDrawer {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
|
|||||||
@@ -99,7 +99,10 @@ defineExpose({openDrawer})
|
|||||||
.ant-table-striped :deep(.table-striped) td {
|
.ant-table-striped :deep(.table-striped) td {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
}
|
}
|
||||||
|
.addinvistDrawer > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 1300px !important;
|
||||||
|
width: 1300px !important;
|
||||||
|
}
|
||||||
.addinvistDrawer {
|
.addinvistDrawer {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
|
|||||||
@@ -164,7 +164,10 @@ function openDrawer(i, row) {
|
|||||||
defineExpose({ openDrawer, selectCourse });
|
defineExpose({ openDrawer, selectCourse });
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.addonlineDrawer > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 1300px !important;
|
||||||
|
width: 1300px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ant-table-striped :deep(.table-striped) td {
|
.ant-table-striped :deep(.table-striped) td {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
|
|||||||
@@ -397,7 +397,10 @@ defineExpose({ openDrawer });
|
|||||||
.ant-table-striped :deep(.table-striped) td {
|
.ant-table-striped :deep(.table-striped) td {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
}
|
}
|
||||||
|
.addonlineDrawer > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 1300px !important;
|
||||||
|
width: 1300px !important;
|
||||||
|
}
|
||||||
.sameModal {
|
.sameModal {
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
width: 424px !important;
|
width: 424px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user