File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
examples/sites/demos/pc/app/modal Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
<tiny-button @click =" visible = !visible" :reset-time =" 0" >默认插槽</tiny-button >
4
4
<tiny-modal v-model =" visible" :lock-scroll =" false" show-footer width =" 1000" >
5
5
<template #default >
6
- <p >test</p >
6
+ <p class = " test " >test</p >
7
7
<tiny-grid :tooltip-config =" { 'append-to-body': true }" :data =" tableData" :auto-resize =" true" >
8
8
<tiny-grid-column type =" index" width =" 60" ></tiny-grid-column >
9
9
<tiny-grid-column type =" selection" width =" 60" ></tiny-grid-column >
@@ -46,3 +46,9 @@ const tableData = ref([
46
46
}
47
47
])
48
48
</script >
49
+
50
+ <style scoped>
51
+ .test {
52
+ margin-bottom : 16px ;
53
+ }
54
+ </style >
Original file line number Diff line number Diff line change 3
3
<tiny-button @click =" visible = !visible" :reset-time =" 0" >默认插槽</tiny-button >
4
4
<tiny-modal v-model =" visible" :lock-scroll =" false" show-footer width =" 1000" >
5
5
<template #default >
6
- <p >test</p >
6
+ <p class = " test " >test</p >
7
7
<tiny-grid :tooltip-config =" { 'append-to-body': true }" :data =" tableData" :auto-resize =" true" >
8
8
<tiny-grid-column type =" index" width =" 60" ></tiny-grid-column >
9
9
<tiny-grid-column type =" selection" width =" 60" ></tiny-grid-column >
@@ -57,3 +57,9 @@ export default {
57
57
}
58
58
}
59
59
</script >
60
+
61
+ <style scoped>
62
+ .test {
63
+ margin-bottom : 16px ;
64
+ }
65
+ </style >
You can’t perform that action at this time.
0 commit comments