@@ -12,7 +12,7 @@
<el-input
class="search"
prefix-icon="el-icon-search"
- placeholder="请输入您想找到的作品名称…"
+ placeholder="请输入您想找到的商品名称…"
v-model="search"
clearable
@change="onSearch"
@@ -6,7 +6,7 @@
@@ -55,24 +55,6 @@ export default {
};
</script>
<style lang="less" scoped>
-.aside-menu {
- position: relative;
- // el-menu-item is-active
- &.active {
- font-weight: bold;
- color: #ffa526;
- // background-color: rgba(0, 0, 0, 0.2);
- &::before {
- content: '';
- width: 4px;
- height: 50px;
- background: #ffa526;
- position: absolute;
- left: 0;
- top: 0;
- }
-}
.container {
padding-bottom: 200px;
@@ -105,7 +87,6 @@ export default {
background: linear-gradient(90deg, #fdfb60 0%, #fdfb60 0%, #ff8f3e 100%);
border-radius: 2px;
content: '';
- height: 36px;
position: absolute;
left: 0;
top: 12px;