Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
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
wisdom-components
Commits
615a189c
Commit
615a189c
authored
Apr 19, 2024
by
陈龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复数据无法显示的问题
parent
4916245c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
EC_HistoryView.md
...es/extend-components/EC_HistoryView/src/EC_HistoryView.md
+1
-1
index.js
packages/extend-components/EC_HistoryView/src/index.js
+0
-0
indexForBI.less
...ages/extend-components/EC_HistoryView/src/indexForBI.less
+3
-3
No files found.
packages/extend-components/EC_HistoryView/src/EC_HistoryView.md
View file @
615a189c
...
...
@@ -26,7 +26,7 @@ path: /
## 单图表-状态
[
//
]:
#
(<code src="./demos/indexForStatus.js"></code>)
<code
src=
"./demos/indexForStatus.js"
></code>
## 单图表-频率
...
...
packages/extend-components/EC_HistoryView/src/index.js
View file @
615a189c
This diff is collapsed.
Click to expand it.
packages/extend-components/EC_HistoryView/src/indexForBI.less
View file @
615a189c
...
...
@@ -26,7 +26,7 @@
--border-color: #38435a;
--panel-border-color: #38435a;
--table-head-background-color: #dcdcf214;
background-color: var(--background-color);
//
background-color: var(--background-color);
.@{ant-prefix}-table-thead>tr>th {
background: var(--table-head-background-color);
...
...
@@ -209,7 +209,7 @@
}
}
.
historyViewComponents.
@{history-view} {
.@{history-view} {
height: 100%;
padding: @padding-md;
...
...
@@ -222,7 +222,7 @@
&-label {
position: relative;
width: 80px;
color: @primaryTextColor;
//
color: @primaryTextColor;
&::after {
position: absolute;
...
...
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