Commit 66299297 authored by zL's avatar zL

css样式问题

parent 2aa4e37a
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
> >
{{ item.name }} {{ item.name }}
<i <i
@click="editorClassification(item, index)" @click.stop="editorClassification(item, index)"
v-if="checkClassification === index && index !== 0" v-if="checkClassification === index && index !== 0"
class="iconfont iconwsmp-bianji" class="iconfont iconwsmp-bianji"
></i> ></i>
...@@ -458,12 +458,10 @@ header { ...@@ -458,12 +458,10 @@ header {
} }
.classification-list { .classification-list {
list-style: none; list-style: none;
overflow: hidden;
margin-top: 22px; margin-top: 22px;
margin-bottom: 15px; margin-bottom: 15px;
// height: 47px;
.item { .item {
float: left; display: inline-block;
position: relative; position: relative;
background: #ffffff; background: #ffffff;
border-radius: 4px; border-radius: 4px;
...@@ -509,13 +507,10 @@ header { ...@@ -509,13 +507,10 @@ header {
top: 20px; top: 20px;
left: 20px; left: 20px;
} }
// .template_list-box {
// overflow: hidden;
// }
.add-the-classification { .add-the-classification {
border-radius: 4px; border-radius: 4px;
color: #3f79fe; color: #3f79fe;
float: left; display: inline-block;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
background: #ffffff; background: #ffffff;
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
> >
{{ item.name }} {{ item.name }}
<i <i
@click="editorClassification(item, index)" @click.stop="editorClassification(item, index)"
v-if="checkClassification === index && index !== 0" v-if="checkClassification === index && index !== 0"
class="iconfont iconwsmp-bianji" class="iconfont iconwsmp-bianji"
></i> ></i>
...@@ -458,12 +458,10 @@ header { ...@@ -458,12 +458,10 @@ header {
} }
.classification-list { .classification-list {
list-style: none; list-style: none;
overflow: hidden;
margin-top: 22px; margin-top: 22px;
margin-bottom: 15px; margin-bottom: 15px;
// height: 47px;
.item { .item {
float: left; display: inline-block;
position: relative; position: relative;
background: #ffffff; background: #ffffff;
border-radius: 4px; border-radius: 4px;
...@@ -509,13 +507,10 @@ header { ...@@ -509,13 +507,10 @@ header {
top: 20px; top: 20px;
left: 20px; left: 20px;
} }
// .template_list-box {
// overflow: hidden;
// }
.add-the-classification { .add-the-classification {
border-radius: 4px; border-radius: 4px;
color: #3f79fe; color: #3f79fe;
float: left; display: inline-block;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
background: #ffffff; background: #ffffff;
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
> >
{{ item.name }} {{ item.name }}
<i <i
@click="editorClassification(item, index)" @click.stop="editorClassification(item, index)"
v-if="checkClassification === index && index !== 0" v-if="checkClassification === index && index !== 0"
class="iconfont iconwsmp-bianji" class="iconfont iconwsmp-bianji"
></i> ></i>
...@@ -458,12 +458,10 @@ header { ...@@ -458,12 +458,10 @@ header {
} }
.classification-list { .classification-list {
list-style: none; list-style: none;
overflow: hidden;
margin-top: 22px; margin-top: 22px;
margin-bottom: 15px; margin-bottom: 15px;
// height: 47px;
.item { .item {
float: left; display: inline-block;
position: relative; position: relative;
background: #ffffff; background: #ffffff;
border-radius: 4px; border-radius: 4px;
...@@ -509,13 +507,10 @@ header { ...@@ -509,13 +507,10 @@ header {
top: 20px; top: 20px;
left: 20px; left: 20px;
} }
// .template_list-box {
// overflow: hidden;
// }
.add-the-classification { .add-the-classification {
border-radius: 4px; border-radius: 4px;
color: #3f79fe; color: #3f79fe;
float: left; display: inline-block;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
background: #ffffff; background: #ffffff;
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
> >
{{ item.name }} {{ item.name }}
<i <i
@click="editorClassification(item, index)" @click.stop="editorClassification(item, index)"
v-if="checkClassification === index && index !== 0" v-if="checkClassification === index && index !== 0"
class="iconfont iconwsmp-bianji" class="iconfont iconwsmp-bianji"
></i> ></i>
...@@ -458,12 +458,10 @@ header { ...@@ -458,12 +458,10 @@ header {
} }
.classification-list { .classification-list {
list-style: none; list-style: none;
overflow: hidden;
margin-top: 22px; margin-top: 22px;
margin-bottom: 15px; margin-bottom: 15px;
// height: 47px;
.item { .item {
float: left; display: inline-block;
position: relative; position: relative;
background: #ffffff; background: #ffffff;
border-radius: 4px; border-radius: 4px;
...@@ -509,13 +507,10 @@ header { ...@@ -509,13 +507,10 @@ header {
top: 20px; top: 20px;
left: 20px; left: 20px;
} }
// .template_list-box {
// overflow: hidden;
// }
.add-the-classification { .add-the-classification {
border-radius: 4px; border-radius: 4px;
color: #3f79fe; color: #3f79fe;
float: left; display: inline-block;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
background: #ffffff; background: #ffffff;
......
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