Commit 2318611b by caoyanzhi

修改样式

parent e0bd86a6
......@@ -33,8 +33,8 @@ export default {
<style lang="less" scoped>
.tags {
width: 100%;
border-right: 2px solid #aaa;
border-left: 2px solid #aaa;
border-right: 2px solid #dcdfe6;
border-left: 2px solid #dcdfe6;
.tag-group {
position: relative;
display: flex;
......@@ -76,7 +76,7 @@ export default {
}
.tag-relation {
position: relative;
border-left: 2px solid #aaa;
border-left: 2px solid #dcdfe6;
.tag-relation__wrap {
position: absolute;
top: 50%;
......@@ -89,11 +89,13 @@ export default {
height: 40px;
color: #333;
cursor: default;
background: #cfcfcf;
background: #dcdfe6;
border-radius: 15px;
box-shadow: 0 0 0 8px #fff;
transform: translate(-50%, -50%) rotateZ(45deg);
.tag-relation__cont {
font-size: 14px;
color: #303133;
transform: rotateZ(-45deg);
}
}
......
......@@ -680,6 +680,7 @@ export default {
span {
padding: 0 3px;
font-size: 16px;
color: #303133;
font-weight: bold;
}
}
......
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