Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
6961f0f3
Commit
6961f0f3
authored
Jul 10, 2021
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注销会话
parent
18f1c9be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
DDL.ts
dlink-web/src/components/Studio/StudioEvent/DDL.ts
+1
-1
index.tsx
...omponents/Studio/StudioLeftTool/StudioConnector/index.tsx
+1
-1
index.less
dlink-web/src/components/Studio/index.less
+5
-0
No files found.
dlink-web/src/components/Studio/StudioEvent/DDL.ts
View file @
6961f0f3
...
@@ -74,7 +74,7 @@ export function clearSession(session: string, dispatch: any) {
...
@@ -74,7 +74,7 @@ export function clearSession(session: string, dispatch: any) {
};
};
const
res
=
handleRemove
(
'/api/studio/clearSession'
,
[
para
]);
const
res
=
handleRemove
(
'/api/studio/clearSession'
,
[
para
]);
res
.
then
((
result
)
=>
{
res
.
then
((
result
)
=>
{
showTables
(
session
,
dispatch
);
quitSession
(
dispatch
);
});
});
}
}
});
});
...
...
dlink-web/src/components/Studio/StudioLeftTool/StudioConnector/index.tsx
View file @
6961f0f3
...
@@ -134,7 +134,7 @@ const StudioConnector = (props:any) => {
...
@@ -134,7 +134,7 @@ const StudioConnector = (props:any) => {
};
};
const
onClearSession
=
()
=>
{
const
onClearSession
=
()
=>
{
clearSession
(
current
.
task
.
session
,
current
.
task
,
dispatch
);
clearSession
(
current
Session
.
session
,
dispatch
);
};
};
const
getColumns
=
()
=>
{
const
getColumns
=
()
=>
{
...
...
dlink-web/src/components/Studio/index.less
View file @
6961f0f3
...
@@ -41,6 +41,11 @@
...
@@ -41,6 +41,11 @@
width: 100%;
width: 100%;
}
}
/* --- prodescription item宽度 --- start */
/* --- prodescription item宽度 --- start */
/* --- table 宽度 --- start */
.ant-table-wrapper {
width: 100%;
}
/* --- table 宽度 --- start */
}
}
/* --- tabs 垂直样式 --- start */
/* --- tabs 垂直样式 --- start */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment