docs:fix full-screen modal on the presentation documentation has no effect (#6905)
parent
84fb4b4b3d
commit
13a4470fd8
|
@ -45,7 +45,7 @@ const handleOk = (e: MouseEvent) => {
|
||||||
open.value = false;
|
open.value = false;
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped>
|
<style lang="less">
|
||||||
.full-modal {
|
.full-modal {
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue