代码优化
This commit is contained in:
parent
fc9c4cdac2
commit
653ae8fbb3
|
|
@ -82,5 +82,6 @@ const pageSize = computed({
|
||||||
|
|
||||||
:deep.el-pagination.is-background .el-pager li.is-active {
|
:deep.el-pagination.is-background .el-pager li.is-active {
|
||||||
background-color: #3cb4a6;
|
background-color: #3cb4a6;
|
||||||
|
// 代码提交
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,5 @@
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--el-color-primary:#00a288;
|
--el-color-primary:#00a288;
|
||||||
// --el-color-primary-light-9:#78d3cb
|
|
||||||
}
|
}
|
||||||
|
|
@ -690,6 +690,7 @@ const handleRemove = (list: any, index: Number) => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<!-- 样式修改 -->
|
||||||
<!-- 商品管理 -->
|
<!-- 商品管理 -->
|
||||||
<el-form :model="queryParams" ref="queryFormRef" :inline="true" size="default" label-width="0">
|
<el-form :model="queryParams" ref="queryFormRef" :inline="true" size="default" label-width="0">
|
||||||
<el-row>
|
<el-row>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue