Commit 400f53be authored by 骆瑛's avatar 骆瑛

表格修改相关页面

parent 73641eca
//定义变量 //定义变量
// @import './themes/deepBlank.less'; // @import './themes/deepBlank.less';
// @import './themes/green.less'; @import './themes/green.less';
@import './themes/default.less'; // @import './themes/default.less';
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
@table-bottom-border:#ffffff; @table-bottom-border:#ffffff;
@action-buttons_col:#106FFE; @action-buttons_col:#106FFE;
@add_col:#ffffff; @add_col:#ffffff;
@buttons_bg:rgba(47, 47, 87, 0.6); @buttons_bg:rgba(47, 47, 87, 1);
@add_border-right:rgba(255, 255, 255, 0.06); @add_border-right:rgba(255, 255, 255, 0.06);
//工单列表等背景色 //工单列表等背景色
@part_body_backcolor:#2F2F57; @part_body_backcolor:#2F2F57;
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
@table-bottom_line:#dcdee2; @table-bottom_line:#dcdee2;
@table-bottom-border:#ffffff; @table-bottom-border:#ffffff;
@action-buttons_col:#515a6e; @action-buttons_col:#515a6e;
@buttons_bg:rgba(186, 232, 238, 0.06); @buttons_bg:#ebf7ff;
@add_border-right:rgba(98, 97, 102, 0.06); @add_border-right:rgba(98, 97, 102, 0.06);
@add_col:#5f6470; @add_col:#5f6470;
//工单列表等背景色 //工单列表等背景色
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
@part_top_border:1px solid #ffffff; @part_top_border:1px solid #ffffff;
@table_border-bg:transparent; @table_border-bg:transparent;
@table_line: #ffffff; @table_line: #ffffff;
@buttons_bg:rgba(255, 255, 255, 0.6); @buttons_bg:rgba(255, 255, 255, 1);
@table-bottom_line:transparent; @table-bottom_line:transparent;
@table-bottom-border:#ffffff; @table-bottom-border:#ffffff;
@action-buttons_col:#04BB8C; @action-buttons_col:#04BB8C;
......
This diff is collapsed.
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
placeholder="请输入工艺名称/工艺编号" placeholder="请输入工艺名称/工艺编号"
v-width="280" v-width="280"
v-model="formInline.value" v-model="formInline.value"
clearable clearable/>
/>
<Button type="primary" class="search_icon" icon="ios-search"></Button> <Button type="primary" class="search_icon" icon="ios-search"></Button>
<Button type="text" class="search_text">高级搜索</Button> <Button type="text" class="search_text">高级搜索</Button>
</Form> </Form>
...@@ -46,7 +45,7 @@ ...@@ -46,7 +45,7 @@
<Table :border="false" stripe :columns="columns1" :data="data1"> <Table :border="false" stripe :columns="columns1" :data="data1">
<template <template
slot="action" slot="action"
slot-scope="{ row, index }" slot-scope="{ row , index }"
style="width: 100%; height: 100%" style="width: 100%; height: 100%"
> >
<a href="" class="action-buttons" <a href="" class="action-buttons"
...@@ -62,10 +61,6 @@ ...@@ -62,10 +61,6 @@
<Icon type="icon iconfont iconshanchu" /> <Icon type="icon iconfont iconshanchu" />
删除</a 删除</a
> >
<!-- <a class="add mr20">
<Icon type="icon iconfont iconshanchu" />
分解</a
> -->
</div> </div>
</a> </a>
</template> </template>
...@@ -78,8 +73,7 @@ ...@@ -78,8 +73,7 @@
type="flex" type="flex"
justify="center" justify="center"
align="end" align="end"
class="page_index" class="page_index">
>
<Page :total="100" show-elevator /> <Page :total="100" show-elevator />
</Col> </Col>
</Row> </Row>
...@@ -343,7 +337,6 @@ export default { ...@@ -343,7 +337,6 @@ export default {
font-size: 22px; font-size: 22px;
} }
.ivu-select-dropdown { .ivu-select-dropdown {
background-color: #222341 !important; background-color: #222341 !important;
.ivu-dropdown-item { .ivu-dropdown-item {
color: #ffffff !important; color: #ffffff !important;
...@@ -402,7 +395,7 @@ export default { ...@@ -402,7 +395,7 @@ export default {
position: absolute; position: absolute;
display: none; display: none;
right: -58px; right: -58px;
top: -22px; top: -21px;
width: -webkit-max-content; // 兼容 width: -webkit-max-content; // 兼容
width: -moz-max-content; // 兼容 width: -moz-max-content; // 兼容
width: max-content; width: max-content;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment