File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
packages/tdesign-vue-next/site/src/components Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,22 @@ export const styleContent = `
49
49
font-weight: 500;
50
50
font-size: 20px;
51
51
}
52
+
53
+ /* grid 组件示例展示 */
54
+ .tdesign-demo-item--grid .t-col > div {
55
+ min-height: 40px;
56
+ margin-top: 8px;
57
+ margin-bottom: 8px;
58
+ background: #366ef4;
59
+ color: #fff;
60
+ text-align: center;
61
+ line-height: 40px;
62
+ }
63
+
64
+ .tdesign-demo-item--grid .t-col:nth-of-type(2n) > div {
65
+ background: #8eabff;
66
+ }
67
+
52
68
` ;
53
69
54
70
export const packageJSONContent = ( name : string ) => {
Original file line number Diff line number Diff line change @@ -52,6 +52,21 @@ export const styleContent = `
52
52
font-weight: 500;
53
53
font-size: 20px;
54
54
}
55
+
56
+ /* grid 组件示例展示 */
57
+ .tdesign-demo-item--grid .t-col > div {
58
+ min-height: 40px;
59
+ margin-top: 8px;
60
+ margin-bottom: 8px;
61
+ background: #366ef4;
62
+ color: #fff;
63
+ text-align: center;
64
+ line-height: 40px;
65
+ }
66
+
67
+ .tdesign-demo-item--grid .t-col:nth-of-type(2n) > div {
68
+ background: #8eabff;
69
+ }
55
70
` ;
56
71
57
72
export const stackblitzRc = `
You can’t perform that action at this time.
0 commit comments