Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
1c90bae5
Commit
1c90bae5
authored
Mar 02, 2023
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feat](容器平台配置): 静态页面及弹窗交互
parent
8848cdc4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
456 additions
and
1 deletion
+456
-1
src/assets/css/index.css
src/assets/css/index.css
+13
-0
src/bg-ui/bg-table.vue
src/bg-ui/bg-table.vue
+5
-1
src/page/main/config/cloud-platform/index.vue
src/page/main/config/cloud-platform/index.vue
+438
-0
No files found.
src/assets/css/index.css
View file @
1c90bae5
...
...
@@ -711,6 +711,19 @@ border-radius:8px;
background-color
:
#e1e4fb
;
border-color
:
#e1e4fb
;
}
.apaas_button
.el-button--info
{
color
:
#fff
;
background-color
:
#404a62
;
border-color
:
#404a62
;
}
.apaas_button
.el-button--info
:hover
{
background-color
:
#5c6579
;
border-color
:
#5c6579
;
}
.apaas_button
.el-button--info
:active
{
background-color
:
#363f53
;
border-color
:
#363f53
;
}
.apaas_button
.el-button--danger
{
color
:
#fff
;
...
...
src/bg-ui/bg-table.vue
View file @
1c90bae5
...
...
@@ -20,7 +20,7 @@
<el-table-column
type=
"selection"
:selectable=
"selectable"
width=
"38"
v-if=
"select"
>
<!-- checkbox -->
</el-table-column>
<el-table-column
v-if=
"isIndex"
type=
"index"
:label=
"indexLabel"
width=
"54
"
align=
"left"
>
<el-table-column
v-if=
"isIndex"
type=
"index"
:label=
"indexLabel"
:width=
"indexWidth
"
align=
"left"
>
<!-- 序号 -->
</el-table-column>
<el-table-column
...
...
@@ -98,6 +98,10 @@ const props = defineProps({
typr
:
Boolean
,
default
:
""
,
},
// 决定多选框是否禁用的字段
indexWidth
:
{
type
:
Number
,
default
:
54
,
},
});
const
table
=
ref
(
null
);
...
...
src/page/main/config/cloud-platform/index.vue
0 → 100644
View file @
1c90bae5
This diff is collapsed.
Click to expand it.
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