Commit d5f62228 by Wuyuqiu

litopn交易ui美化完善

parent 43796fbe
......@@ -424,4 +424,9 @@
.clearfix:after {
clear: both
}
/* 表格内+、-调整 */
.el-table__fixed-header-wrapper .cell .el-button{
width: 32px;
}
\ No newline at end of file
......@@ -403,4 +403,13 @@ export default {
.el-menu-vertical-demo [class^="el-icon-caret-"] {
color: #606266;
}
/* 去除右侧箭头 */
.el-scrollbar__view .el-icon-arrow-down:before {
content: "";
}
/* 修改箭头颜色 */
.el-scrollbar__view .el-submenu__title i{
color: var(--themecolor);
}
</style>
\ No newline at end of file
......@@ -68,7 +68,7 @@
</el-table-column>
<el-table-column prop="tenpct" label="%" width="80px">
</el-table-column>
<el-table-column prop="acc" label="核心账号" width="150px">
<el-table-column prop="acc" label="核心账号" width="160px">
<!-- check,需用el-form-item标签包起来 -->
<template slot-scope="scope">
<el-form-item
......@@ -90,7 +90,7 @@
{{ dateFormat(scope.row.valdat) }}
</template>
</el-table-column>
<el-table-column label="" prop="det" width="80px" fixed="right" >
<el-table-column label="" prop="det" width="100px" fixed="right" >
<template slot-scope="scope" slot="header">
<el-button
circle
......
......@@ -164,7 +164,7 @@
></el-form-item>
</template>
</el-table-column>
<el-table-column label="" prop="det" width="80px" fixed="right">
<el-table-column label="" prop="det" width="100px" fixed="right">
<template slot-scope="scope" slot="header">
<c-button
circle
......@@ -372,7 +372,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="" prop="det" width="80px" fixed="right">
<el-table-column label="" prop="det" width="100px" fixed="right">
<template slot-scope="scope" slot="header">
<c-button
circle
......
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