This commit is contained in:
wyx
2023-03-23 11:33:45 +08:00
parent 4bb111d4ce
commit 69db28728c
6 changed files with 20 additions and 4 deletions

View File

@@ -691,6 +691,10 @@ export default {
};
</script>
<style lang="scss">
.AddCertificate > .ant-drawer-content-wrapper {
min-width: 800px !important;
width: 800px !important;
}
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}