init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.ant-card {
|
||||
&-head,
|
||||
&-body {
|
||||
@apply px-4;
|
||||
}
|
||||
&-head {
|
||||
&-title {
|
||||
@apply py-4;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
.ant-descriptions {
|
||||
&-item {
|
||||
&-label {
|
||||
@apply text-subtext;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
@import './table.less';
|
||||
@import './card.less';
|
||||
@import './description.less';
|
||||
@@ -0,0 +1,6 @@
|
||||
.ant-table {
|
||||
.ant-table-thead > tr > th {
|
||||
}
|
||||
.ant-table-title {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user