Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
7fb800b6
Commit
7fb800b6
authored
1 year ago
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '打包'
parent
7e95479d
Pipeline
#81689
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
16 deletions
+10
-16
global.less
src/global.less
+10
-16
No files found.
src/global.less
View file @
7fb800b6
...
...
@@ -45,14 +45,13 @@ iframe {
width: 100%;
overflow-x: auto;
&-thead>tr,
&-tbody>tr {
>th,
>td {
&-thead > tr,
&-tbody > tr {
> th,
> td {
white-space: pre;
>span {
>
span {
display: block;
}
}
...
...
@@ -61,14 +60,13 @@ iframe {
}
// 兼容IE11
@media screen and(-ms-high-contrast: active),
(-ms-high-contrast: none) {
body .ant-design-pro>.ant-layout {
@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
body .ant-design-pro > .ant-layout {
min-height: 100vh;
}
}
.ant-pro-global-header-layout-side
>
div:first-child /deep/ {
.ant-pro-global-header-layout-side
>
div:first-child /deep/ {
flex: 0 !important;
}
...
...
@@ -77,7 +75,6 @@ iframe {
}
:global {
::-webkit-scrollbar {
height: 6px; //x轴滚动条粗细
width: 6px; //y轴滚动条粗细
...
...
@@ -103,15 +100,12 @@ iframe {
.ant-table-body {
border-right: 1px solid rgb(240, 240, 240);
.ant-table-row:hover
>
td {
.ant-table-row:hover
>
td {
background: #aed8fa !important;
}
}
.ant-table-cell {
overflow: hidden;
white-space: nowrap;
}
...
...
@@ -186,5 +180,5 @@ iframe {
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
left: 5px !important;
transform: translateY(0) !important;
}
}
}
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