Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
submodule
Project
Project
Details
Activity
Releases
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
web_component
submodule
Commits
d3e41fb3
Commit
d3e41fb3
authored
Jul 21, 2020
by
李晓静
Browse files
Options
Browse Files
Download
Plain Diff
样式修改
parents
34d576ab
b00c97ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
index.less
components/apolloTable/detailForm/index.less
+2
-1
index.less
components/apolloTable/editFormV3/index.less
+10
-11
No files found.
components/apolloTable/detailForm/index.less
View file @
d3e41fb3
@import '~@/theme/common';
.wrap {
position: relative;
width: 580px;
// width: 580px;
width: 100%;
background: #fff;
.titleRow {
display: flex;
...
...
components/apolloTable/editFormV3/index.less
View file @
d3e41fb3
@import
"~@/theme/common"
;
@import
'~@/theme/common'
;
.wrap {
position: relative;
width: 580px;
// width: 580px;
width: 100%;
.titleCls {
position: absolute;
left: 26px;
width: 520px;
//
width: 520px;
font-size: 16px;
color: @textPrimaryColor;
line-height: 62px;
...
...
@@ -21,33 +22,31 @@
min-height: 520px;
overflow-x: hidden;
overflow-y: auto;
border-bottom: 1px solid #
ECECEC
;
border-bottom: 1px solid #
ececec
;
margin: 62px 0 68px;
position: relative;
:global(.ant-form-item-control) {
line-height: 28px;
}
:global(.ant-form-item-required:before){
:global(.ant-form-item-required:before)
{
position: initial;
vertical-align: middle;
}
.titleContainer{
.titleContainer
{
vertical-align: middle;
.colIcon{
.colIcon
{
width: @textFontGen;
color: @textSupplyColor;
}
.itemTitle{
.itemTitle
{
margin-left: @marginSm;
color: @textPrimaryColor;
}
}
}
.itemCls {
}
.btnCls {
...
...
@@ -63,7 +62,7 @@
.delBtnCls {
color: @errorColor;
position: relative;
left: -303px
left: -303px
;
}
}
}
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