首页-企业标准列表页

This commit is contained in:
zyn
2023-11-07 22:14:36 +08:00
parent 6d331c9d55
commit 80169b3881
@@ -24,6 +24,9 @@
type="index"
align="center"
width="55">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (page - 1) * pageSize }}
</template>
</el-table-column>
<el-table-column
label="标准编号">
@@ -155,12 +158,12 @@ export default {
font-size: 13px;
}
/deep/.more {
position: absolute;
right: 0;
bottom: 2px;
font-size: 15px;
float: right;
color: #4788c0;
//position: absolute;
//right: 0;
//bottom: 2px;
//font-size: 15px;
//float: right;
//color: #4788c0;
&:hover {
color: #3a8ee6;
cursor: pointer;