Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
f4bcfba6
Commit
f4bcfba6
authored
Sep 18, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yangsshi
parent
006fbe8a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
59 changed files
with
3152 additions
and
2768 deletions
+3152
-2768
base.less
assets/css/base.less
+12
-11
custom.less
assets/css/custom.less
+1
-1
iview-reset.less
assets/css/iview-reset.less
+131
-49
deepBlank.less
assets/css/themes/deepBlank.less
+30
-2
default.less
assets/css/themes/default.less
+34
-8
green.less
assets/css/themes/green.less
+34
-8
mainTable.vue
components/customTable/mainTable.vue
+1
-1
dataGrid.vue
components/page/dataGrid.vue
+823
-771
gridNew.vue
components/page/gridNew.vue
+2
-0
process.vue
components/page/import/process.vue
+471
-437
index.vue
components/page/treeGrid/index.vue
+207
-205
results.less
pages/aps/results/results.less
+8
-6
approval.vue
pages/crm/statistical/costomer/approval.vue
+1
-1
index.vue
pages/demo/Fax/index.vue
+1
-1
index.vue
pages/demo/RepairProcess/index.vue
+1
-1
info.vue
pages/demo/monitoringWarning/info.vue
+1
-1
index.vue
pages/demo/operate/index.vue
+1
-1
index.vue
pages/demo/plan/index.vue
+1
-1
index.vue
pages/demo/trainNumber/index.vue
+1
-1
index.vue
pages/dncmnc/supplier/index.vue
+1
-1
unqualifiedEcharts.vue
pages/home/component/unqualifiedEcharts.vue
+1
-1
entryMovie.vue
pages/implement/components/entryMovie.vue
+1
-1
entryPause.vue
pages/implement/components/entryPause.vue
+1
-1
entryrecordMovie.vue
pages/implement/components/entryrecordMovie.vue
+1
-1
entryrecordfiles.vue
pages/implement/components/entryrecordfiles.vue
+1
-1
entryrecordlist.vue
pages/implement/components/entryrecordlist.vue
+1
-1
productReport.vue
pages/implement/components/productReport.vue
+1
-1
sendCheckRecord.vue
pages/implement/components/sendCheckRecord.vue
+1
-1
process.vue
pages/import/process.vue
+989
-905
processBack.vue
pages/import/processBack.vue
+1
-1
index.vue
pages/material/index.vue
+1
-1
add.vue
pages/materiel/classification/add.vue
+1
-1
index.vue
pages/materiel/classification/index.vue
+2
-2
details.vue
pages/materiel/masterData/details.vue
+1
-1
index.vue
pages/materiel/masterData/index.vue
+3
-3
sendView.vue
pages/mesPlan/sendView.vue
+1
-1
inventory.vue
pages/mordent/Sluggish/placode/inventory.vue
+1
-1
inventory.vue
pages/mordent/Sluggish/powder/inventory.vue
+1
-1
inventory.vue
pages/mordent/Sluggish/scraper/inventory.vue
+1
-1
grid.vue
pages/mordent/andon/parameter/component/grid.vue
+2
-0
grid.vue
pages/mordent/components/grid.vue
+178
-161
orderManager1.vue
pages/order/orderManager1.vue
+1
-1
generateQuotation.vue
pages/order/quotation/components/generateQuotation.vue
+1
-1
metalQuotation.vue
pages/order/quotation/components/metalQuotation.vue
+1
-1
metalQuotationGeneration.vue
...s/order/quotation/components/metalQuotationGeneration.vue
+1
-1
photosensitive.vue
pages/order/quotation/components/photosensitive.vue
+1
-1
photosensitiveGeneration.vue
...s/order/quotation/components/photosensitiveGeneration.vue
+1
-1
quotationBox.vue
pages/order/quotation/components/quotationBox.vue
+52
-52
index.vue
pages/resource/resource/index.vue
+2
-3
index.vue
pages/technology/productMix/index.vue
+2
-2
add.vue
pages/technology/productMix/product/add.vue
+2
-1
bomAdd.vue
pages/technology/productMix/product/bomAdd.vue
+2
-1
bomEdit.vue
pages/technology/productMix/product/bomEdit.vue
+2
-1
edit.vue
pages/technology/productMix/product/edit.vue
+2
-1
index.vue
pages/technology/setProcess/index.vue
+3
-2
set.vue
pages/technology/setProcess/set.vue
+4
-2
technolog.less
pages/technology/technolog.less
+119
-99
test.less
pages/test/example/test.less
+2
-2
base.css
src/assets/css/base.css
+2
-2
No files found.
assets/css/base.less
View file @
f4bcfba6
@import "./custom.less";
@import "./iview-reset.less";
html body {
min-width: 1240px;
color: @body-color;
...
...
@@ -879,7 +880,7 @@ textarea::-webkit-input-placeholder {
display: none;
}
//
纵横
树的样式
// 树的样式
.zh-tree {
// position: relative;
display: block;
...
...
@@ -888,8 +889,8 @@ textarea::-webkit-input-placeholder {
transform: translateX(0);
transition: all .2s;
box-sizing: border-box;
border:
#E4E6ED
solid 1px;
background:
#fff
;
border:
@left-boder-color
solid 1px;
background:
@left-tree-bg
;
padding: 0px 10px 20px 10px;
margin-top: 10px;
...
...
@@ -899,7 +900,7 @@ textarea::-webkit-input-placeholder {
line-height: 45px;
text-align: left;
font-weight: 600;
border-bottom:
#e4e6ed
solid 1px;
border-bottom:
@left-tree-header-boder-color
solid 1px;
}
.zh-box {
...
...
@@ -925,9 +926,9 @@ textarea::-webkit-input-placeholder {
box-sizing: border-box;
transition: all .2s;
background:
#fff
;
background:
@right-bg
;
// border-radius:3px;
padding:
0px 10px 10px
0px;
padding:
1
0px;
margin-top: 10px;
// box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
...
...
@@ -1038,12 +1039,12 @@ textarea::-webkit-input-placeholder {
}
.divIco:hover {
background:
#F5F6FA
;
background:
@right-icon-color-hover
;
}
.icoListInfo {
font-weight: bold;
color:
#515A6E
;
color:
@right-icon-color
;
font-size: 24px;
}
...
...
@@ -1397,7 +1398,7 @@ html [type=button] {
}
.content {
background:
white
;
background:
@layout-content-bg-color
;
padding: 0 0 0 10px;
//position: absolute;
left: 250px;
...
...
@@ -1462,9 +1463,9 @@ html [type=button] {
}
.menu_side {
background: #fff !important;
//
background: #fff !important;
margin: 5px 0 0 0 !important;
border: 1px solid #dcdee2 !important;
//
border: 1px solid #dcdee2 !important;
}
.show_menu {
...
...
assets/css/custom.less
View file @
f4bcfba6
//定义变量
//@import './themes/deepBlank.less';
// @import './themes/green.less';
@import './themes/default.less';
@import './themes/default.less';
assets/css/iview-reset.less
View file @
f4bcfba6
...
...
@@ -95,35 +95,6 @@
background-color: @primary-color;
}
.ivu-page-item-active {
background-color: @primary-color;
color: white;
}
.ivu-page-item-active:hover {
background-color: @primary-color;
// background-color: #d7e8fb;
a {
color: white !important;
}
}
.ivu-page-item-active>a {
color: white
}
.ivu-page-item-active>a:hover {
color: white
}
.ivu-page li:hover {
color: white
}
.ivu-page-item-active:hover a {
color: #fff;
}
.ivu-input-search {
cursor: pointer;
...
...
@@ -231,26 +202,6 @@
background-color: @primary-color;
}
//鼠标经过table hover及选择行后的背景色
.ivu-table-row-hover td {
background: #EFF8F7 !important;
}
.ivu-table-row-highlight td {
background-color: #EFF8F7 !important;
}
.ivu-dropdown-rel:hover {
.ivu-btn-text {
background-color: @primary-color;
}
}
//表格字体颜色
.ivu-table {
color: @table-color !important;
}
//校验不通过下面提示红色小字
.ivu-form-item-error-tip {
...
...
@@ -451,6 +402,10 @@
.ivu-tree-title {
color: @tree-title-color !important;
span {
color: @tree-title-color !important;
}
}
.ivu-btn-group>.ivu-btn {
...
...
@@ -458,3 +413,130 @@
opacity: 0.8;
background: @group-btn-bg-color;
}
.ivu-layout {
height: 100%;
background: @layout-content-bg-color !important;
}
//分页
.ivu-page-item-active {
background-color: @page-active-bg !important;
color: white;
}
.ivu-page-item-active:hover {
background-color: @page-active-color-hover;
// background-color: #d7e8fb;
a {
color: white !important;
}
}
.ivu-page-item-active>a {
color: white
}
.ivu-page-item-active>a:hover {
color: white
}
.ivu-page li:hover {
color: white
}
.ivu-page-item-active:hover a {
color: #fff;
}
.ivu-page-prev,
.ivu-page-next {
background: @page-bg !important;
}
.ivu-page-item {
background: @page-bg !important;
}
.ivu-page.mini .ivu-page-options-elevator input {
background: @page-bg;
border: 1px solid @page-bg;
color: @page-color;
opacity: 0.7;
}
.ivu-select-selected-value {
color: @page-color;
opacity: 0.7;
}
//表格
.ivu-table-header thead tr th {
background: @table-header-bg !important; //f5f6fa
border: 1px solid @table-header-border !important;
}
.ivu-table-body {
background-color: @table-body-bg;
}
.ivu-table td {
background-color: @table-body-bg !important;
}
.tableCommon tr td {
background-color: @tableCommon-bg;
border: 1px solid @tableCommon-boder !important;
}
.ivu-table:before {
//表格下边框线
background-color: @table-boder !important;
}
.ivu-table-border:after {
//表格右边框线
background-color: @table-boder !important;
}
.ivu-table-wrapper-with-border {
//表格上,左边框线
// border: 1px solid @table-boder !important;
}
//鼠标经过table hover及选择行后的背景色
.ivu-table-row-hover td {
background: @table-row-hover !important;
}
.ivu-table-row-highlight td {
background-color: @table-row-hover !important;
}
.ivu-dropdown-rel:hover {
.ivu-btn-text {
background-color: @primary-color;
}
}
//表格字体颜色
.ivu-table {
color: @table-color !important;
}
// e8eaec
// EFF8F7
assets/css/themes/deepBlank.less
View file @
f4bcfba6
...
...
@@ -55,6 +55,7 @@
//表单的颜色
@form-color: #fff;
@form-footer-color: #fff;
...
...
@@ -72,7 +73,34 @@
//左侧列表
@left-tree-bg: #2F2F57;
@left-tree-header-bg-color: #2F2F57;
@left-tree-header-boder-color: #106FFE;
@left-tree-header-color: #fff;
@tree-title-color: #fff;
@group-btn-bg-color:#2F2F57;
@group-btn-color:#F5F6FA;
\ No newline at end of file
@group-btn-bg-color: #2F2F57;
@group-btn-color: #F5F6FA;
@left-boder-color: #2F2F57;
//右侧
@right-header-bg: #2F2F57;
@right-bg: #2F2F57;
@right-icon-color: #fff;
@right-icon-color-hover: #106FFE;
//分页
@page-active-bg: #222341;
@page-active-color-hover: #fff;
@page-bg: #222341;
@page-color:#fff;
//表格
@table-header-bg:#106FFE;
@table-header-border:#106FFE;
@table-body-bg:#222341;
@tableCommon-bg:#222341;
@tableCommon-boder:#222341;
@table-boder:#222341;
@table-row-hover:#2F2F57;
\ No newline at end of file
assets/css/themes/default.less
View file @
f4bcfba6
...
...
@@ -12,11 +12,12 @@
@layout-header: #515A6E;
@layout-tabs: #f5f7f9;
@layout-tabs-close: #515A6E;
@layout-tabs-bg-close:#fff;
@layout-tabs-bg-close:
#fff;
@tabs-bg-tag: #fff;
//bady颜色
@layout-content-bg-color: #fff;
@card-bg: #fff;
@body-color: #515a6e;
@border-color: #dcdfe6;
...
...
@@ -58,9 +59,9 @@
//表单的颜色
@form-color: #515a6e;
@form-footer-color: #fff;
@form-divider-boder-color:#e8eaec;
@input-bg-color:#fff;
@input-boder-color:#dcdee2;
@form-divider-boder-color:
#e8eaec;
@input-bg-color:
#fff;
@input-boder-color:
#dcdee2;
...
...
@@ -71,9 +72,34 @@
//左侧列表
@left-tree-bg:#fff;
@left-tree-bg:
#fff;
@left-tree-header-bg-color: #f5f6fa;
@left-tree-header-boder-color: #fff;
@left-tree-header-color: #515a6e;
@tree-title-color:#515a6e;
@group-btn-bg-color:#fff;
@group-btn-color:#515a6e;
\ No newline at end of file
@tree-title-color: #515a6e;
@group-btn-bg-color: #fff;
@group-btn-color: #515a6e;
@left-boder-color: #dcdee2;
//右侧
@right-header-bg: #fff;
@right-bg: #fff;
@right-icon-color: #515A6E;
@right-icon-color-hover: #F5F6FA;
//分页
@page-active-bg: #fff;
@page-active-color-hover: #515A6E;
@page-bg: #fff;
@page-color: #515A6E;
//表格
@table-header-bg: #e8eaec;
@table-header-border: #e8eaec;
@table-body-bg: #fff;
@tableCommon-bg: #fff;
@tableCommon-boder: #fff;
@table-boder: #e8eaec;
@table-row-hover: #EFF8F7;
assets/css/themes/green.less
View file @
f4bcfba6
...
...
@@ -12,7 +12,7 @@
@layout-header: #515A6E;
@layout-tabs: #f5f7f9;
@layout-tabs-close: #515A6E;
@layout-tabs-bg-close:#fff;
@layout-tabs-bg-close:
#fff;
@tabs-bg-tag: #fff;
//bady颜色
...
...
@@ -57,9 +57,9 @@
//表单的颜色
@form-color: #515a6e;
@form-footer-color: #fff;
@form-divider-boder-color:#e8eaec;
@input-bg-color:#fff;
@input-boder-color:#dcdee2;
@form-divider-boder-color:
#e8eaec;
@input-bg-color:
#fff;
@input-boder-color:
#dcdee2;
...
...
@@ -70,9 +70,35 @@
//左侧列表
@left-tree-bg:#fff;
@left-tree-bg:
#fff;
@left-tree-header-bg-color: #f5f6fa;
@left-tree-header-boder-color: #fff;
@left-tree-header-color: #515a6e;
@tree-title-color:#515a6e;
@group-btn-bg-color:#fff;
@group-btn-color:#515a6e;
\ No newline at end of file
@tree-title-color: #515a6e;
@group-btn-bg-color: #fff;
@group-btn-color: #515a6e;
@left-boder-color: #dcdee2;
//右侧
@right-header-bg: #fff;
@right-bg: #fff;
@right-icon-color: #515A6E;
@right-icon-color-hover: #F5F6FA;
//分页
@page-active-bg: #fff;
@page-active-color-hover: #515A6E;
@page-bg: #fff;
@page-color: #515A6E;
//表格
@table-header-bg: #e8eaec;
@table-header-border: #e8eaec;
@table-body-bg: #fff;
@tableCommon-bg: #fff;
@tableCommon-boder: #fff;
@table-boder: #e8eaec;
@table-row-hover: #EFF8F7;
components/customTable/mainTable.vue
View file @
f4bcfba6
<
template
>
<Table
:loading=
"loading"
border
highlight-row
ref=
"table"
:columns=
"tcolumn"
...
...
components/page/dataGrid.vue
View file @
f4bcfba6
This diff is collapsed.
Click to expand it.
components/page/gridNew.vue
View file @
f4bcfba6
...
...
@@ -475,6 +475,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
@import "../../assets/css/custom.less";
//position: relative;
// height: 100%;
.tableCommon {
...
...
@@ -497,6 +498,7 @@ export default {
.table-tools {
line-height: 40px;
background: @right-header-bg;
.table-search {
float: left;
line-height: 40px;
...
...
components/page/import/process.vue
View file @
f4bcfba6
This diff is collapsed.
Click to expand it.
components/page/treeGrid/index.vue
View file @
f4bcfba6
This diff is collapsed.
Click to expand it.
pages/aps/results/results.less
View file @
f4bcfba6
@import "../../../assets/css/custom.less";
.results {
font-family: Microsoft YaHei;
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 88vh;
...
...
@@ -22,7 +23,7 @@
h4 {
height: 45px;
line-height: 45px;
border-bottom: 1px solid
#e4e6ed
;
border-bottom: 1px solid
@left-tree-header-boder-color
;
margin-bottom: 15px;
padding-left: 10px;
...
...
@@ -64,15 +65,16 @@
.ivu-layout-content {
margin-left: 5px;
background:
rgba(255, 255, 255, 1)
;
background:
@right-bg
;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 88vh;
overflow: auto;
position: relative;
position: relative;
.i-row {
height: 45px;
line-height: 45px;
border-bottom: 1px solid
#e4e6ed
;
border-bottom: 1px solid
@left-tree-header-boder-color
;
margin-bottom: 15px;
padding-left: 10px;
...
...
@@ -102,7 +104,7 @@ position: relative;
.btn {
position: absolute;
top:7px;
top:
7px;
right: 15px;
}
}
...
...
pages/crm/statistical/costomer/approval.vue
View file @
f4bcfba6
...
...
@@ -12,7 +12,7 @@
<a
class=
"row_more fr"
@
click=
"toivew"
>
更多
</a>
</p>
<div
class=
"row_card_body"
>
<Table
border
:columns=
"columns1"
:data=
"data1"
></Table>
<Table
:columns=
"columns1"
:data=
"data1"
></Table>
</div>
</div>
</div>
...
...
pages/demo/Fax/index.vue
View file @
f4bcfba6
...
...
@@ -54,7 +54,7 @@
</Col>
</Row>
</Form>
<Table
border
:columns=
"columns"
:data=
"data"
></Table>
<Table
:columns=
"columns"
:data=
"data"
></Table>
<div
class=
"page-v"
>
<Page
:total=
"4"
size=
"small"
show-elevator
show-sizer
show-total
:page-size=
"20"
/>
</div>
...
...
pages/demo/RepairProcess/index.vue
View file @
f4bcfba6
...
...
@@ -36,7 +36,7 @@
</Col>
</Row>
</Form>
<Table
border
:columns=
"columns"
:data=
"data"
></Table>
<Table
:columns=
"columns"
:data=
"data"
></Table>
<div
class=
"page-v"
>
<Page
:total=
"5"
size=
"small"
show-elevator
show-sizer
show-total
:page-size=
"20"
/>
</div>
...
...
pages/demo/monitoringWarning/info.vue
View file @
f4bcfba6
...
...
@@ -39,7 +39,7 @@
</Col>
</Row>
</Form>
<Table
border
:columns=
"columns"
:data=
"data"
></Table>
<Table
:columns=
"columns"
:data=
"data"
></Table>
<div
class=
"page-v"
>
<Page
:total=
"14"
size=
"small"
show-elevator
show-sizer
show-total
:page-size=
"20"
/>
</div>
...
...
pages/demo/operate/index.vue
View file @
f4bcfba6
...
...
@@ -48,7 +48,7 @@
</Col>
</Row>
</Form>
<Table
border
:columns=
"columns"
:data=
"data"
></Table>
<Table
:columns=
"columns"
:data=
"data"
></Table>
<div
class=
"page-v"
>
<Page
:total=
"11"
size=
"small"
show-elevator
show-sizer
show-total
:page-size=
"20"
/>
</div>
...
...
pages/demo/plan/index.vue
View file @
f4bcfba6
...
...
@@ -48,7 +48,7 @@
</Col>
</Row>
</Form>
<Table
border
:columns=
"columns"
:data=
"data"
></Table>
<Table
:columns=
"columns"
:data=
"data"
></Table>
<div
class=
"page-v"
>
<Page
:total=
"11"
size=
"small"
show-elevator
show-sizer
show-total
:page-size=
"20"
/>
</div>
...
...
pages/demo/trainNumber/index.vue
View file @
f4bcfba6
...
...
@@ -53,7 +53,7 @@
</Col>
</Row>
</Form>
<Table
border
:columns=
"columns"
:data=
"data"
></Table>
<Table
:columns=
"columns"
:data=
"data"
></Table>
<div
class=
"page-v"
>
<Page
:total=
"10"
size=
"small"
show-elevator
show-sizer
show-total
:page-size=
"20"
/>
</div>
...
...
pages/dncmnc/supplier/index.vue
View file @
f4bcfba6
...
...
@@ -39,7 +39,7 @@
</Col>
</Row>
</Form>
<Table
border
:columns=
"columns"
:data=
"data"
></Table>
<Table
:columns=
"columns"
:data=
"data"
></Table>
<div
class=
"page-v"
>
<Page
:total=
"6"
size=
"small"
show-elevator
show-sizer
show-total
:page-size=
"20"
/>
</div>
...
...
pages/home/component/unqualifiedEcharts.vue
View file @
f4bcfba6
...
...
@@ -12,7 +12,7 @@
</Col>
<Col
:span=
"16"
>
<div
class=
"table-b"
>
<Table
border
:columns=
"columns1"
:data=
"data1"
height=
"260"
></Table>
<Table
:columns=
"columns1"
:data=
"data1"
height=
"260"
></Table>
</div>
</Col>
</Row>
...
...
pages/implement/components/entryMovie.vue
View file @
f4bcfba6
...
...
@@ -14,7 +14,7 @@
</div>
<div
class=
"table"
>
<Table
stripe
ref=
"table"
border
:columns=
"moviecolumn"
:data=
"moviedata"
class=
"tableCommon"
></Table>
<Table
stripe
ref=
"table"
:columns=
"moviecolumn"
:data=
"moviedata"
class=
"tableCommon"
></Table>
<Page
:total=
"datatotal"
:current=
"pageindex"
...
...
pages/implement/components/entryPause.vue
View file @
f4bcfba6
...
...
@@ -81,7 +81,7 @@
</Col>
</Row>
</Form>
<Table
stripe
ref=
"table"
border
:columns=
"column1"
:data=
"data1"
class=
"tableCommon"
>
<Table
stripe
ref=
"table"
:columns=
"column1"
:data=
"data1"
class=
"tableCommon"
>
<template
slot-scope=
"
{ row,index }" slot="title">
<state
code=
"plan.dispatch.pauseCause"
type=
"text"
:value=
"row.pausecause_id"
></state>
</
template
>
...
...
pages/implement/components/entryrecordMovie.vue
View file @
f4bcfba6
...
...
@@ -12,7 +12,7 @@
/>
</div>
<div
class=
"table"
>
<Table
stripe
ref=
"table"
border
:columns=
"moviecolumn"
:data=
"moviedata"
class=
"tableCommon"
></Table>
<Table
stripe
ref=
"table"
:columns=
"moviecolumn"
:data=
"moviedata"
class=
"tableCommon"
></Table>
</div>
</div>
</
template
>
...
...
pages/implement/components/entryrecordfiles.vue
View file @
f4bcfba6
...
...
@@ -12,7 +12,7 @@
/>
</div>
<div
>
<Table
stripe
ref=
"table"
border
:columns=
"moviecolumn"
:data=
"moviedata"
class=
"tableCommon"
></Table>
<Table
stripe
ref=
"table"
:columns=
"moviecolumn"
:data=
"moviedata"
class=
"tableCommon"
></Table>
</div>
</div>
</
template
>
...
...
pages/implement/components/entryrecordlist.vue
View file @
f4bcfba6
...
...
@@ -27,7 +27,7 @@
<Button
type=
"primary"
:disabled=
"ishavzj"
@
click=
"SendCheckRecord()"
class=
"title_btn ml10"
>
送检记录
</Button>
</div>
<div
class=
"table01"
>
<Table
ref=
"table"
border
class=
"tableCommon"
:height=
"taHeight"
:columns=
"recordcolumn"
:data=
"recorddata"
>
<Table
ref=
"table"
class=
"tableCommon"
:height=
"taHeight"
:columns=
"recordcolumn"
:data=
"recorddata"
>
<
template
slot-scope=
"{ row,index }"
slot=
"selffillin"
>
<template
v-if=
"row.selfchecklist.fillinstatus==0||productobj.productstatus==4"
>
<Checkbox
...
...
pages/implement/components/productReport.vue
View file @
f4bcfba6
...
...
@@ -25,7 +25,7 @@
<Button
type=
"primary"
@
click=
"save()"
class=
"title_btn ml10"
v-noClick
>
汇报
</Button>
</div>
<div
class=
"table01"
>
<Table
stripe
ref=
"table"
border
:columns=
"moviecolumn"
:height=
"taHeight"
:data=
"data1"
class=
"tableCommon"
>
<Table
stripe
ref=
"table"
:columns=
"moviecolumn"
:height=
"taHeight"
:data=
"data1"
class=
"tableCommon"
>
<
template
slot-scope=
"{ row,index }"
slot=
"hg"
>
<template
v-if=
"row.status==0"
>
<template
v-if=
"row.productstatus1==0"
>
...
...
pages/implement/components/sendCheckRecord.vue
View file @
f4bcfba6
<
template
>
<div
class=
"new_box"
>
<Table
stripe
ref=
"table"
border
:columns=
"moviecolumn"
:data=
"moviedata"
class=
"tableCommon"
></Table>
<Table
stripe
ref=
"table"
:columns=
"moviecolumn"
:data=
"moviedata"
class=
"tableCommon"
></Table>
<Page
:total=
"datatotal"
:current=
"pageindex"
...
...
pages/import/process.vue
View file @
f4bcfba6
This diff is collapsed.
Click to expand it.
pages/import/processBack.vue
View file @
f4bcfba6
<
template
>
<div
class=
"content"
>
<TablePaste
hide-table
:input-props=
"inputProps"
@
on-success=
"handleSuccess"
@
on-error=
"handleError"
v-show=
"showTablePaste"
/>
<DataGrid
border
:height=
"tdHeightExcel"
:columns=
"columnsImport"
:data=
"excelData"
:page=
"false"
:set=
"false"
>
<DataGrid
:height=
"tdHeightExcel"
:columns=
"columnsImport"
:data=
"excelData"
:page=
"false"
:set=
"false"
>
<template
slot=
"easySearch"
>
<Form
inline
>
<FormItem>
...
...
pages/material/index.vue
View file @
f4bcfba6
...
...
@@ -319,7 +319,7 @@ export default {
.full {
margin-top: 0;
.content {
margin-top:
10
px;
margin-top:
6
px;
.ivu-icon-ios-add:before {
content: "\f341";
}
...
...
pages/materiel/classification/add.vue
View file @
f4bcfba6
...
...
@@ -30,7 +30,7 @@
</Col>
<Col
:span=
"24"
>
<h4>
扩展属性
</h4>
<Table
border
:columns=
"columns"
:data=
"checkList"
>
<Table
:columns=
"columns"
:data=
"checkList"
>
<template
slot-scope=
"
{ row, index }" slot="title">
<div
v-if=
"row.fieldType==1||row.fieldType==2"
>
{{
row
.
title
}}
</div>
<Input
...
...
pages/materiel/classification/index.vue
View file @
f4bcfba6
...
...
@@ -379,7 +379,7 @@ export default {
font-family: Microsoft YaHei;
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 87vh;
...
...
@@ -452,7 +452,7 @@ export default {
.ivu-layout-content {
// margin-left: 5px;
background:
rgba(255, 255, 255, 1)
;
background:
@right-bg
;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
overflow: auto;
padding: 10px;
...
...
pages/materiel/masterData/details.vue
View file @
f4bcfba6
...
...
@@ -45,7 +45,7 @@
</div>
</div>
<div
v-show=
"showTable"
>
<Table
border
:columns=
"columns"
:data=
"data1"
:height=
"820"
></Table>
<Table
:columns=
"columns"
:data=
"data1"
:height=
"820"
></Table>
<!--
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:tool=
"false"
:height=
"750"
:conditions=
"easySearch"
></DataGrid>
-->
</div>
</Content>
...
...
pages/materiel/masterData/index.vue
View file @
f4bcfba6
...
...
@@ -48,7 +48,7 @@
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
</a>
</div>
<Content
:class=
"!showMenu?'con_bord':''"
>
<Content
:class=
"!showMenu?'con_bord':''"
class=
"content"
>
<MasterData
ref=
"dataTable"
:nodeInfo=
"nodeInfo"
@
on-ok=
"ok"
/>
</Content>
</Layout>
...
...
@@ -296,7 +296,7 @@ export default {
font-family: Microsoft YaHei;
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 88vh;
...
...
@@ -369,7 +369,7 @@ export default {
.ivu-layout-content {
// margin-left: 5px;
background:
rgba(255, 255, 255, 1)
;
background:
@right-bg
;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
overflow: auto;
padding: 10px;
...
...
pages/mesPlan/sendView.vue
View file @
f4bcfba6
<
template
>
<div
style=
"width:100%;margin:0 auto"
>
<Table
border
:columns=
"columns1"
:data=
"dataList"
class=
"tableCommon"
:height=
"tbHeight"
></Table>
<Table
:columns=
"columns1"
:data=
"dataList"
class=
"tableCommon"
:height=
"tbHeight"
></Table>
<div
style=
"width100%;margin:40px auto"
>
<Row>
<Process
ref=
"userProcess"
schemaIdVal=
"123327da-42b3-41f6-b785-cf933f137a95"
/>
...
...
pages/mordent/Sluggish/placode/inventory.vue
View file @
f4bcfba6
...
...
@@ -21,7 +21,7 @@
<Button
type=
"primary"
@
click=
"easySearch"
>
查询
</Button>
</Col>
</Row>
<Table
border
:columns=
"columns"
:data=
"list"
class=
"tableCommon mb10"
height=
"300"
>
<Table
:columns=
"columns"
:data=
"list"
class=
"tableCommon mb10"
height=
"300"
>
<template
slot-scope=
"
{ row, index }" slot="remainingAmount1">
<InputNumber
v-model=
"row.remainingAmount1"
@
on-change=
"inputOrderCat(row,index)"
min=
"0"
></InputNumber>
</
template
>
...
...
pages/mordent/Sluggish/powder/inventory.vue
View file @
f4bcfba6
...
...
@@ -21,7 +21,7 @@
<Button
type=
"primary"
@
click=
"easySearch"
>
查询
</Button>
</Col>
</Row>
<Table
border
:columns=
"columns"
:data=
"list"
class=
"tableCommon mb10"
height=
"300"
>
<Table
:columns=
"columns"
:data=
"list"
class=
"tableCommon mb10"
height=
"300"
>
<template
slot-scope=
"
{ row, index }" slot="remainingAmount1">
<InputNumber
v-model=
"row.remainingAmount1"
@
on-change=
"inputOrderCat(row,index)"
min=
"0"
></InputNumber>
</
template
>
...
...
pages/mordent/Sluggish/scraper/inventory.vue
View file @
f4bcfba6
...
...
@@ -21,7 +21,7 @@
<Button
type=
"primary"
@
click=
"easySearch"
>
查询
</Button>
</Col>
</Row>
<Table
border
:columns=
"columns"
:data=
"list"
class=
"tableCommon mb10"
height=
"300"
>
<Table
:columns=
"columns"
:data=
"list"
class=
"tableCommon mb10"
height=
"300"
>
<template
slot-scope=
"
{ row, index }" slot="remainingAmount1">
<InputNumber
v-model=
"row.remainingAmount1"
@
on-change=
"inputOrderCat(row,index)"
min=
"0"
></InputNumber>
</
template
>
...
...
pages/mordent/andon/parameter/component/grid.vue
View file @
f4bcfba6
...
...
@@ -431,6 +431,7 @@ export default {
</
script
>
<
style
lang=
"less"
>
// @import "../../../assets/css/custom.less";
.table-content {
position: relative;
// height: 100%;
...
...
@@ -454,6 +455,7 @@ export default {
.table-tools {
line-height: 40px;
// background: @right-header-bg;
.table-search {
float: left;
line-height: 40px;
...
...
pages/mordent/components/grid.vue
View file @
f4bcfba6
This diff is collapsed.
Click to expand it.
pages/order/orderManager1.vue
View file @
f4bcfba6
...
...
@@ -106,7 +106,7 @@
<div
class=
"ml10"
>
<Tabs
v-model=
"currTab"
@
on-click=
"clickTab"
>
<TabPane
label=
"五二九纵"
name=
"name1"
>
<Table
border
highlight-row
ref=
"table1"
:columns=
"column1"
:data=
"data1"
></Table>
<Table
highlight-row
ref=
"table1"
:columns=
"column1"
:data=
"data1"
></Table>
</TabPane>
<TabPane
label=
"五二九横"
name=
"name2"
>
五二九横
</TabPane>
<TabPane
label=
"五二九预"
name=
"name3"
>
五二九预
</TabPane>
...
...
pages/order/quotation/components/generateQuotation.vue
View file @
f4bcfba6
...
...
@@ -22,7 +22,7 @@
</div>
</div>
<div
class=
"table-boxs"
>
<Table
border
:columns=
"columns"
:data=
"data"
size=
"small"
></Table>
<Table
:columns=
"columns"
:data=
"data"
size=
"small"
></Table>
</div>
<div
class=
"shenpi"
>
<label>
审批人:
</label>
...
...
pages/order/quotation/components/metalQuotation.vue
View file @
f4bcfba6
...
...
@@ -29,7 +29,7 @@
</Row>
</Form>
<div
class=
"kuang-boxi"
>
<Table
border
:columns=
"columns"
:data=
"gmData"
size=
"small"
>
<Table
:columns=
"columns"
:data=
"gmData"
size=
"small"
>
<template
slot-scope=
"
{ row, index }" slot="slot1">
<InputNumber
v-model=
"row.materialWeight"
:min=
"0"
@
on-blur=
"show1(row,index)"
/>
</
template
>
...
...
pages/order/quotation/components/metalQuotationGeneration.vue
View file @
f4bcfba6
...
...
@@ -71,7 +71,7 @@
</div>
</div>
<div
class=
"table-boxs"
>
<Table
border
:columns=
"columns"
:data=
"childData.result"
size=
"small"
></Table>
<Table
:columns=
"columns"
:data=
"childData.result"
size=
"small"
></Table>
</div>
<div
class=
"zong-ji"
>
<div
class=
"xiao-ji"
>
总计
</div>
...
...
pages/order/quotation/components/photosensitive.vue
View file @
f4bcfba6
...
...
@@ -29,7 +29,7 @@
</Row>
</Form>
<div
class=
"kuang-boxi"
>
<Table
border
:columns=
"columns"
:data=
"gmData"
size=
"small"
>
<Table
:columns=
"columns"
:data=
"gmData"
size=
"small"
>
<template
slot-scope=
"
{ row, index }" slot="slot1">
<Input
v-model=
"row.materialWeight"
placeholder=
"请输入"
@
on-blur=
"show1(row, index)"
/>
</
template
>
...
...
pages/order/quotation/components/photosensitiveGeneration.vue
View file @
f4bcfba6
...
...
@@ -71,7 +71,7 @@
</div>
</div>
<div
class=
"table-boxs"
>
<Table
border
:columns=
"columns"
:data=
"childData.result"
size=
"small"
></Table>
<Table
:columns=
"columns"
:data=
"childData.result"
size=
"small"
></Table>
</div>
<div
class=
"zong-ji"
>
<div
class=
"xiao-ji"
>
总计
</div>
...
...
pages/order/quotation/components/quotationBox.vue
View file @
f4bcfba6
...
...
@@ -10,7 +10,7 @@
footer-hide
>
<div
class=
"kuang-boxi"
>
<Table
border
:columns=
"columns"
:data=
"data"
size=
"small"
>
<Table
:columns=
"columns"
:data=
"data"
size=
"small"
>
<template
slot-scope=
"
{ row, index }" slot="slot1">
<Input
v-model=
"row.name9"
placeholder=
"请输入"
@
on-change=
"showPrinting(row,index)"
/>
</
template
>
...
...
@@ -59,11 +59,11 @@
import
GenerateQuotation
from
"../components/generateQuotation.vue"
;
//生成报价单弹框
export
default
{
components
:
{
GenerateQuotation
GenerateQuotation
,
},
name
:
""
,
props
:
{
bjData
:
Array
bjData
:
Array
,
},
data
()
{
return
{
...
...
@@ -76,13 +76,13 @@ export default {
title
:
"序号"
,
type
:
"index"
,
width
:
50
,
align
:
"center"
align
:
"center"
,
},
{
title
:
"订单编号"
,
key
:
"name"
,
align
:
"center"
,
minWidth
:
120
minWidth
:
120
,
},
// {
// title: '图号',
...
...
@@ -94,41 +94,41 @@ export default {
title
:
"产品名称"
,
key
:
"name2"
,
align
:
"center"
,
minWidth
:
80
minWidth
:
80
,
},
{
title
:
"规格"
,
key
:
"name4"
,
align
:
"center"
,
minWidth
:
80
minWidth
:
80
,
},
{
title
:
"材料牌号"
,
key
:
"name5"
,
align
:
"center"
,
minWidth
:
80
,
slot
:
"slot6"
slot
:
"slot6"
,
},
{
title
:
"材料重量"
,
key
:
"name6"
,
align
:
"center"
,
minWidth
:
80
,
slot
:
"slot7"
slot
:
"slot7"
,
},
{
title
:
"材料单价"
,
key
:
"name7"
,
align
:
"center"
,
minWidth
:
80
,
slot
:
"slot8"
slot
:
"slot8"
,
},
{
title
:
"材料费/件(元)"
,
key
:
"name8"
,
align
:
"center"
,
minWidth
:
70
minWidth
:
70
,
},
{
title
:
"3D打印费"
,
...
...
@@ -146,19 +146,19 @@ export default {
h
(
"Input"
,
{
props
:
{
value
:
"1600"
,
placeholder
:
"请输入"
placeholder
:
"请输入"
,
},
on
:
{
"on-change"
:
value
=>
{
"on-change"
:
(
value
)
=>
{
console
.
log
(
value
);
}
}
}
,
}
,
}),
h
(
"span"
,
" /H"
)
h
(
"span"
,
" /H"
)
,
]);
}
}
]
}
,
}
,
]
,
},
{
title
:
"后处理费"
,
...
...
@@ -176,19 +176,19 @@ export default {
h
(
"Input"
,
{
props
:
{
value
:
"200"
,
placeholder
:
"请输入"
placeholder
:
"请输入"
,
},
on
:
{
"on-change"
:
value
=>
{
"on-change"
:
(
value
)
=>
{
console
.
log
(
value
);
}
}
}
,
}
,
}),
h
(
"span"
,
" /H"
)
h
(
"span"
,
" /H"
)
,
]);
}
}
]
}
,
}
,
]
,
},
{
title
:
"线切割费"
,
...
...
@@ -206,25 +206,25 @@ export default {
h
(
"Input"
,
{
props
:
{
value
:
"100"
,
placeholder
:
"请输入"
placeholder
:
"请输入"
,
},
on
:
{
"on-change"
:
value
=>
{
"on-change"
:
(
value
)
=>
{
console
.
log
(
value
);
}
}
}
,
}
,
}),
h
(
"span"
,
" /H"
)
h
(
"span"
,
" /H"
)
,
]);
}
}
]
}
,
}
,
]
,
},
{
title
:
"加工费单价"
,
key
:
"name12"
,
align
:
"center"
,
minWidth
:
60
minWidth
:
60
,
},
{
...
...
@@ -232,39 +232,39 @@ export default {
key
:
"name13"
,
align
:
"center"
,
minWidth
:
80
,
slot
:
"slot4"
slot
:
"slot4"
,
},
{
title
:
"单价"
,
key
:
"name14"
,
align
:
"center"
,
minWidth
:
60
minWidth
:
60
,
},
{
title
:
"数量"
,
key
:
"name3"
,
align
:
"center"
,
minWidth
:
70
minWidth
:
70
,
},
{
title
:
"热处理"
,
key
:
"name15"
,
align
:
"center"
,
minWidth
:
80
,
slot
:
"slot5"
slot
:
"slot5"
,
},
{
title
:
"合计"
,
key
:
"name16"
,
align
:
"center"
,
minWidth
:
80
minWidth
:
80
,
},
{
title
:
"调度"
,
key
:
"name17"
,
align
:
"center"
,
minWidth
:
60
}
minWidth
:
60
,
}
,
],
data
:
[
{
...
...
@@ -285,7 +285,7 @@ export default {
name14
:
""
,
name15
:
""
,
name16
:
""
,
name17
:
"小明"
name17
:
"小明"
,
},
{
name
:
"a1233"
,
...
...
@@ -305,7 +305,7 @@ export default {
name14
:
""
,
name15
:
""
,
name16
:
""
,
name17
:
"小明"
name17
:
"小明"
,
},
{
name
:
"a1233"
,
...
...
@@ -325,9 +325,9 @@ export default {
name14
:
""
,
name15
:
""
,
name16
:
""
,
name17
:
"小明"
}
]
name17
:
"小明"
,
}
,
]
,
};
},
mounted
()
{},
...
...
@@ -370,9 +370,9 @@ export default {
parseInt
(
row
.
name14
)
*
parseInt
(
row
.
name3
)
+
parseInt
(
row
.
name15
));
//合计=单价*数量+热处理
},
cancel
()
{
this
.
$emit
(
'update'
)
}
}
this
.
$emit
(
"update"
);
}
,
}
,
};
</
script
>
<
style
lang=
"less"
scoped
>
...
...
pages/resource/resource/index.vue
View file @
f4bcfba6
...
...
@@ -3,7 +3,7 @@
<Sider
hide-trigger
v-if=
"showMenu"
class=
"menu_side"
width=
"300"
>
<StoreTree
@
on-hide=
"onHide"
@
on-select=
"productSearch"
/>
</Sider>
<Icon
type=
"icon iconfont icondaochu"
size=
"24"
/>
<!--
<Icon
type=
"icon iconfont icondaochu"
size=
"24"
/>
-->
<div
v-if=
"!showMenu"
class=
"show_menu"
>
<a
class=
"menu_play fr"
@
click=
"showMenuFn"
title=
"展开"
>
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
...
...
@@ -621,8 +621,7 @@ export default {
margin-top: 0;
.content {
margin-top: 10px;
padding-top: 10px;
margin-top: 6px;
.ivu-icon-ios-add:before {
content: "\f341";
...
...
pages/technology/productMix/index.vue
View file @
f4bcfba6
...
...
@@ -59,7 +59,7 @@ export default {
font-family: Microsoft YaHei;
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 89vh;
...
...
@@ -98,7 +98,7 @@ export default {
}
.ivu-layout-content {
// margin-left: 5px;
background:
rgba(255, 255, 255, 1)
;
background:
@right-bg
;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
overflow: auto;
padding: 10px;
...
...
pages/technology/productMix/product/add.vue
View file @
f4bcfba6
...
...
@@ -227,8 +227,9 @@ export default {
};
</
script
>
<
style
lang=
"less"
>
@import "../../../../assets/css/custom.less";
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
...
...
pages/technology/productMix/product/bomAdd.vue
View file @
f4bcfba6
...
...
@@ -157,8 +157,9 @@ export default {
};
</
script
>
<
style
lang=
"less"
>
@import "../../../../assets/css/custom.less";
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
...
...
pages/technology/productMix/product/bomEdit.vue
View file @
f4bcfba6
...
...
@@ -139,8 +139,9 @@ export default {
};
</
script
>
<
style
lang=
"less"
>
@import "../../../../assets/css/custom.less";
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
...
...
pages/technology/productMix/product/edit.vue
View file @
f4bcfba6
...
...
@@ -226,8 +226,9 @@ export default {
};
</
script
>
<
style
lang=
"less"
>
@import "../../../../assets/css/custom.less";
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
...
...
pages/technology/setProcess/index.vue
View file @
f4bcfba6
...
...
@@ -238,11 +238,12 @@ export default {
};
</
script
>
<
style
lang=
"less"
>
@import "../../../assets/css/custom.less";
.product-mix {
font-family: Microsoft YaHei;
padding-top: 3px;
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 89vh;
...
...
@@ -250,7 +251,7 @@ export default {
}
.ivu-layout-content {
// margin-left: 5px;
background:
rgba(255, 255, 255, 1)
;
background:
@right-bg
;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
overflow: auto;
padding: 10px;
...
...
pages/technology/setProcess/set.vue
View file @
f4bcfba6
...
...
@@ -301,6 +301,7 @@ export default {
};
</
script
>
<
style
lang=
"less"
>
@import "../../../assets/css/custom.less";
.set {
font-family: Microsoft YaHei;
padding-top: 3px;
...
...
@@ -309,8 +310,9 @@ export default {
width: 100%;
// display: flex;
// display: -webkit-flex;
background: @layout-content-bg-color;
.ivu-layout-sider {
background:
rgba(255, 255, 255, 1)
;
background:
@layout-content-bg-color
;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 89vh;
...
...
@@ -318,7 +320,7 @@ export default {
}
.ivu-layout-content {
// margin-left: 5px;
background:
rgba(255, 255, 255, 1)
;
background:
@right-bg
;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
overflow: auto;
padding: 10px;
...
...
pages/technology/technolog.less
View file @
f4bcfba6
.menu_side{
background: #fff;
@import "../../assets/css/custom.less";
.menu_side {
background: @left-tree-bg;
margin: 5px 0 0 0;
border: 1px solid #dcdee2
border: 1px solid @left-boder-color;
}
.side_tree{
.side_tree {
background: #ffffff;
width: 300px;
border: 1px solid #ddd;
.tree_tit{
.tree_tit {
background: #F5F6FA;
height: 50px;
line-height: 50px;
font-size: 14px;
color: #515A6E;
.menu_play{
.menu_play {
width: 30px;
height: 50px;
line-height: 50px;
...
...
@@ -21,21 +26,25 @@
color: #646464;
}
}
.tree_left{
.tree_left {
padding: 8px 15px;
.ivu-tree{
.ivu-tree {
// height: ;
}
}
}
.show_menu{
.show_menu {
width: 30px;
height: 30px;
position: fixed;
top: 100px;
left: 0;
z-index: 9;
.menu_play{
.menu_play {
width: 30px;
height: 30px;
line-height: 34px;
...
...
@@ -47,38 +56,46 @@
background: #ffffff;
box-shadow: #ccc 2px 2px 4px 1px;
}
.menu_play:hover{
.menu_play:hover {
background-color: #2d8cf0;
color: white;
}
}
.tech_body{
.tech_body {
margin: 5px 5px 5px 20px;
padding: 2px 18px;
box-shadow: #98929294 2px 1px 5px 1px;
}
.tech_body02{
.tech_body02 {
margin: 5px;
padding: 2px 18px;
box-shadow: #98929294 2px 1px 5px 1px;
}
.product-layout .i-layout-content {
padding: 4px 10px
!important;
padding: 4px 10px
!important;
}
.setdetail_body{
.setdetail_body {
// padding: 0 20px;
.ivu-layout-header
{
.ivu-layout-header
{
height: 0;
}
.ivu-menu-horizontal{
.ivu-menu-horizontal {
height: 40px;
line-height: 40px;
.ivu-menu-item{
.ivu-menu-item {
width: 115px;
text-align: center;
}
a.ivu-menu-item-active::before{
a.ivu-menu-item-active::before {
content: "";
display: block;
border-width: 5px 6px 0;
...
...
@@ -90,7 +107,8 @@
bottom: -6px;
left: 43%;
}
a.ivu-menu-item-active::after{
a.ivu-menu-item-active::after {
content: "";
display: block;
border-width: 4px 4px 0;
...
...
@@ -108,9 +126,11 @@
.lay100 {
height: calc(100vh - 105px);
background-color: #F5F6FA;
.con{
.con {
padding: 5px 5px 0px 10px;
.h100{
.h100 {
overflow-y: auto;
}
}
...
...
pages/test/example/test.less
View file @
f4bcfba6
@import "../../../assets/css/custom.less";
.ivu-layout-sider{
width: 240px!important;
max-width: 240px!important;
flex: 0 0 240px!important;
}
.ivu-layout,.ivu-layout-sider{
background:
#fff
;
background:
@layout-content-bg-color
;
}
.ivu-menu-vertical.ivu-menu-light:after {
display: none;
...
...
src/assets/css/base.css
View file @
f4bcfba6
...
...
@@ -1085,9 +1085,9 @@ html [type=button] {
box-shadow
:
#c7c7c7
1px
2px
7px
3px
;
}
.menu_side
{
background
:
#fff
!important
;
/* background: #fff !important; */
margin
:
5px
0
0
0
!important
;
border
:
1px
solid
#dcdee2
!important
;
/* border: 1px solid #dcdee2 !important; */
}
.show_menu
{
width
:
30px
;
...
...
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