Skip to content

Commit ec7fd1d

Browse files
committed
remove tabs borders
1 parent d36c5dc commit ec7fd1d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

client/packages/lowcoder/src/pages/setting/environments/EnvironmentDetail.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,6 @@ const EnvironmentDetail: React.FC = () => {
227227
onChange={setActiveTab}
228228
className="modern-tabs"
229229
type="line"
230-
style={{
231-
background: '#fff',
232-
borderRadius: '4px',
233-
border: '1px solid #f0f0f0',
234-
padding: '0'
235-
}}
236230
>
237231
<TabPane
238232
tab={

client/packages/lowcoder/src/pages/setting/environments/WorkspaceDetail.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ const WorkspaceDetail: React.FC = () => {
122122
defaultActiveKey="apps"
123123
className="modern-tabs"
124124
type="line"
125-
style={{
126-
background: '#fff',
127-
borderRadius: '4px',
128-
border: '1px solid #f0f0f0',
129-
padding: '0'
130-
}}
131125
>
132126
<TabPane tab={<span><AppstoreOutlined /> Apps</span>} key="apps">
133127
<AppsTab

0 commit comments

Comments
 (0)