提交 d9691cb8 authored 作者: lidongxu's avatar lidongxu

style(prd_tag): 修复:商品标签相关样式

上级 7bd6cfe4
<template>
<div class="app-container">
<el-row :gutter="20"
class="client-fix-height container">
class="container">
<!-- 商品标签列表 -->
<category-tree :options="tagsOptions"
:defaultProps="defaultProps"
......@@ -47,7 +47,8 @@
<!-- 添加/修改-商品标签 -->
<el-dialog :title="title"
v-model="visible"
draggable overflow>
draggable
overflow>
<el-form ref="formRef"
:model="form"
:rules="rules"
......@@ -276,7 +277,13 @@ const submitForm = () => {
<style scoped
lang="scss">
.app-container {
.el-row {
.container {
flex-direction: row;
/* 左侧样式覆盖 */
::v-deep(.el-tree-node__content){
padding: 5px;
}
.right_col {
flex: 1 !important;
......
<template>
<div class="app-container">
<el-row :gutter="20"
class="client-fix-height container">
class="container">
<!--商品分类-->
<category-tree :options="seriesOptions"
:defaultProps="defaultProps"
......@@ -172,6 +172,7 @@ getProductList()
lang="scss">
.app-container {
.container {
flex-direction: row;
.right_col {
flex: 1 !important;
......
......@@ -605,6 +605,7 @@ init()
<style scoped
lang="scss">
.app-container {
overflow-y: auto;
/* 套表 */
.excel_charts_item {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论