Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
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
zhaochengxiang
szse
Commits
973cd125
Commit
973cd125
authored
Jul 08, 2021
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一样式
parent
8d364a46
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
9 deletions
+13
-9
craco.config.js
craco.config.js
+5
-1
FullSearch.less
src/layout/FullSearch.less
+1
-1
AssetDetailItem.jsx
src/view/Manage/AssetManage/Component/AssetDetailItem.jsx
+1
-1
AssetItem.jsx
src/view/Manage/AssetManage/Component/AssetItem.jsx
+1
-1
AssetTable.jsx
src/view/Manage/AssetManage/Component/AssetTable.jsx
+1
-1
FilterElement.jsx
src/view/Manage/AssetManage/Component/FilterElement.jsx
+1
-1
Org.jsx
src/view/Manage/Map/Component/Org.jsx
+1
-1
SquareItem.less
src/view/Manage/Map/Component/SquareItem.less
+1
-1
Tree.jsx
src/view/Manage/Map/Component/Tree.jsx
+1
-1
No files found.
craco.config.js
View file @
973cd125
...
...
@@ -19,7 +19,11 @@ module.exports = {
modifyVars
:
{
'@ant-prefix'
:
'yy'
,
// '@border-color-split': 'hsv(0, 0, 85%)',
'@border-radius-base'
:
'4px'
'@border-radius-base'
:
'4px'
,
'@primary-color'
:
'#0069AC'
,
'@success-color'
:
'#8FC31F'
,
'@warning-color'
:
'#F7AB00'
,
'@error-color'
:
'#E94848'
,
},
javascriptEnabled
:
true
,
},
...
...
src/layout/FullSearch.less
View file @
973cd125
...
...
@@ -59,7 +59,7 @@
font-size: 12px;
color: #a2a3a4;
&:hover {
color: #
2593fc
;
color: #
0069AC
;
}
}
}
...
...
src/view/Manage/AssetManage/Component/AssetDetailItem.jsx
View file @
973cd125
...
...
@@ -42,7 +42,7 @@ const AssetItem = (props) => {
return
(
<
div
>
<
div
className=
'flex'
style=
{
{
alignItems
:
'center'
,
padding
:
'15px 0'
}
}
>
<
div
style=
{
{
width
:
3
,
height
:
14
,
backgroundColor
:
'#
2593fc
'
,
marginRight
:
5
}
}
/>
<
div
style=
{
{
width
:
3
,
height
:
14
,
backgroundColor
:
'#
0069AC
'
,
marginRight
:
5
}
}
/>
<
span
style=
{
{
fontWeight
:
'bold'
,
color
:
'#464646'
}
}
>
{
_type
||
''
}
</
span
>
</
div
>
<
Row
>
...
...
src/view/Manage/AssetManage/Component/AssetItem.jsx
View file @
973cd125
...
...
@@ -16,7 +16,7 @@ const AssetItem = (props) => {
return
(
<
div
>
<
div
className=
'flex'
style=
{
{
alignItems
:
'center'
,
padding
:
'15px 0'
}
}
>
<
div
style=
{
{
width
:
3
,
height
:
14
,
backgroundColor
:
'#
2593fc
'
,
marginRight
:
5
}
}
/>
<
div
style=
{
{
width
:
3
,
height
:
14
,
backgroundColor
:
'#
0069AC
'
,
marginRight
:
5
}
}
/>
<
span
style=
{
{
fontWeight
:
'bold'
,
color
:
'#464646'
}
}
>
{
_type
||
''
}
</
span
>
</
div
>
<
Row
>
...
...
src/view/Manage/AssetManage/Component/AssetTable.jsx
View file @
973cd125
...
...
@@ -10,7 +10,7 @@ import ImportElement from './ImportElement';
import
FilterElement
from
'./FilterElement'
;
import
ImportAsset
from
'./ImportAsset'
;
import
AssetEdit
from
'./AssetEdit'
;
import
AssetDetail
from
"./AssetDetail"
import
AssetDetail
from
"./AssetDetail"
;
import
AssetItem
from
'./AssetItem'
;
import
{
dispatch
,
dispatchLatest
}
from
'../../../../model'
;
import
{
showMessage
,
showNotifaction
,
getQueryParam
}
from
'../../../../util'
;
...
...
src/view/Manage/AssetManage/Component/FilterElement.jsx
View file @
973cd125
...
...
@@ -110,7 +110,7 @@ const FilterElement = (props) => {
return
(
<
div
>
<
div
className=
'flex'
style=
{
{
alignItems
:
'center'
,
padding
:
'15px 0'
}
}
>
<
div
style=
{
{
width
:
3
,
height
:
14
,
backgroundColor
:
'#
2593fc
'
,
marginRight
:
5
}
}
/>
<
div
style=
{
{
width
:
3
,
height
:
14
,
backgroundColor
:
'#
0069AC
'
,
marginRight
:
5
}
}
/>
<
span
style=
{
{
fontWeight
:
'bold'
,
color
:
'#464646'
}
}
>
{
_type
||
''
}
</
span
>
</
div
>
<
Row
>
...
...
src/view/Manage/Map/Component/Org.jsx
View file @
973cd125
...
...
@@ -142,7 +142,7 @@ const init = (ctx) => function (container, data) {
return
{
style
:
{
fill
:
(
node
.
dbType
===
'Dir'
||
node
.
dbType
===
'More'
)?
'#
40a9ff
'
:
'#fff'
,
fill
:
(
node
.
dbType
===
'Dir'
||
node
.
dbType
===
'More'
)?
'#
0069AC
'
:
'#fff'
,
stroke
:
'#096dd9'
},
label
:
fittingString
(
node
.
text
||
''
,
maxTextWidth
,
globalFontSize
),
...
...
src/view/Manage/Map/Component/SquareItem.less
View file @
973cd125
...
...
@@ -6,7 +6,7 @@
.left {
height: 100%;
background: #
2452B9
;
background: #
0069AC
;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
...
...
src/view/Manage/Map/Component/Tree.jsx
View file @
973cd125
...
...
@@ -230,7 +230,7 @@ G6.registerNode(
const
topRect
=
group
.
addShape
(
'rect'
,
{
attrs
:
{
height
:
4
,
fill
:
'#
2593fc
'
,
fill
:
'#
0069AC
'
,
}
})
...
...
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