first commit
This commit is contained in:
13
uni_modules/tdesign-uniapp/components/grid/grid.css
Normal file
13
uni_modules/tdesign-uniapp/components/grid/grid.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.t-grid {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background-color: var(--td-grid-bg-color, var(--td-bg-color-container, var(--td-font-white-1, #ffffff)));
|
||||
}
|
||||
.t-grid__content {
|
||||
width: auto;
|
||||
}
|
||||
.t-grid--card {
|
||||
margin: 0 32rpx;
|
||||
border-radius: var(--td-grid-card-radius, var(--td-radius-large, 18rpx));
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user