Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李君
/
carrefour
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 607213f4
authored
Oct 22, 2022
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式调整
1 parent
99527382
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
src/views/queueManagement/channelManagement/index.vue
src/views/queueManagement/queueLive/index.vue
src/views/queueManagement/channelManagement/index.vue
View file @
607213f
...
...
@@ -24,7 +24,7 @@
</div>
<el-row
class=
"manage-content"
>
<el-col
:span=
"24"
class=
"treeMenu boxShadow"
>
<el-table
ref=
"singleTable"
@
row-click=
"setCurrent"
@
current-change=
"handleCurrentChange"
:data=
"tableData"
:max-height=
"tableHeight-2
8
"
:highlight-current-row=
'true'
style=
"width: 100%;"
v-loading=
"loading"
header-row-class-name=
"manage-tab-head"
>
<el-table
ref=
"singleTable"
@
row-click=
"setCurrent"
@
current-change=
"handleCurrentChange"
:data=
"tableData"
:max-height=
"tableHeight-2
0
"
:highlight-current-row=
'true'
style=
"width: 100%;"
v-loading=
"loading"
header-row-class-name=
"manage-tab-head"
>
<el-table-column
:label=
"$t('table.laneName')"
align=
"center"
prop=
"name"
></el-table-column>
<el-table-column
width=
"200"
:label=
"$t('table.counterType')"
:formatter=
"formatCounterType"
align=
"center"
prop=
"counterType"
></el-table-column>
<el-table-column
:label=
"$t('table.operate')"
align=
"center"
>
...
...
@@ -44,7 +44,7 @@
</div>
<div
class=
"aiot_right"
>
<!-- <el-row v-if="ptype==1" :loading="loading" class="pwraper" :style="{ maxHeight: tableHeight + 'px' }">
</el-row> -->
<el-col
:span=
"24"
class=
"personInfo"
>
<ul
class=
"legends"
>
...
...
@@ -75,7 +75,7 @@
<li
class=
"ditem"
style=
"height:0;margin:0;"
>
<div
class=
"dwrap"
></div>
</li>
<li
class=
"ditem"
v-for=
"(item, index) in canvasList"
:key=
"index"
style=
"margin:10px 10px 0 0
"
>
<li
class=
"ditem"
v-for=
"(item, index) in canvasList"
:key=
"index"
:style=
"{'margin':index>1?'10px 10px 0 0':'0px 10px 0 0'}
"
>
<div
class=
"dwrap"
>
<img
class=
"dimg"
:src=
"item.picUrl"
:style=
"{ maxHeight: tableHeight-60 + 'px' }"
/>
<div
class=
"label-box"
>
...
...
@@ -99,7 +99,7 @@
<ul class="legends">
<el-button size="mini" type="danger" @click="clearDesk">{{$t('button.clear')}}</el-button>
<el-button size="mini" type="primary" @click="saveData">{{$t('button.saveDrawing')}}</el-button>
</ul>
</ul>
<div class="draw_desks boxShadow">
<el-row :loading="loading" class="pwraper" :style="{ maxHeight: tableHeight + 'px' }">
<ul class="dlist" ref="dlist">
...
...
@@ -547,6 +547,7 @@ export default {
}
.manage-content
{
//
height
:
calc
(
100%
-
100px
);
padding
:
0
12px
10px
!important
;
}
.bind
{
...
...
@@ -573,7 +574,7 @@ export default {
.draw_desks
{
position
:
relative
;
width
:
100%
;
margin-bottom
:
20px
;
//
margin-bottom
:
20px
;
}
.pwraper
{
...
...
@@ -581,7 +582,7 @@ export default {
overflow
:
auto
;
padding-left
:
10px
;
min-height
:
300px
;
margin-top
:
1
0
px
;
margin-top
:
1
3
px
;
}
.fwrap
{
position
:
relative
;
...
...
src/views/queueManagement/queueLive/index.vue
View file @
607213f
...
...
@@ -569,7 +569,7 @@ export default {
tableRowClassName
:
function
({
row
,
rowIndex
})
{
if
(
row
.
customersInQueue
>
this
.
warningNum
)
{
return
'danger-row'
;
}
else
if
(
row
.
warnNum
>
this
.
safeingNum
&&
row
.
warnNum
<=
this
.
warningNum
){
}
else
if
(
row
.
customersInQueue
>
this
.
safeingNum
&&
row
.
customersInQueue
<=
this
.
warningNum
){
return
'warn-row'
;
}
else
{
return
'safe-row'
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment