Skip to content

Commit

Permalink
[Task]: 手机端详细页面应该去除边距 #6879
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed May 24, 2024
1 parent 16642f9 commit a47b445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"type": "tabs",
"className": "steedos-record-tabs bg-white p-4 m-2 border rounded",
"className": "steedos-record-tabs bg-white p-4 sm:m-2 sm:border sm:rounded",
"tabs": [
{
"title": "预览",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const getRecordPageInitSchema = async function (objectApiName, userSession) {
}
const content = {
"type": "tabs",
"className": "steedos-record-tabs bg-white p-4 m-2 border rounded",
"className": "steedos-record-tabs bg-white p-4 sm:m-2 sm:border sm:rounded",
"tabs": [
detailed
]
Expand Down

0 comments on commit a47b445

Please sign in to comment.