Commit 292371df by 方圆

feat: 细节修改

parent 7f1bc163
...@@ -295,9 +295,12 @@ input::-webkit-inner-spin-button { ...@@ -295,9 +295,12 @@ input::-webkit-inner-spin-button {
.AI_form_inline.el-select, .AI_form_inline.el-select,
.AI_form_inline.el-select .el-input, .AI_form_inline.el-select .el-input,
.AI_form_inline.el-select .el-input .el-input__inner { .AI_form_inline.el-select .el-input .el-input__inner {
width: 159px; width: 300px;
height: 40px; height: 40px;
} }
.el-scrollbar .el-select-dropdown__item{
width: 300px;
}
.AI_form_inline.el-select .el-input { .AI_form_inline.el-select .el-input {
border-radius: 2px; border-radius: 2px;
......
...@@ -19,7 +19,8 @@ export default { ...@@ -19,7 +19,8 @@ export default {
name: 'detail', name: 'detail',
data() { data() {
return { return {
newsInfo: {} newsInfo: {},
preTitle: '',
} }
}, },
mounted() { mounted() {
...@@ -110,6 +111,13 @@ export default { ...@@ -110,6 +111,13 @@ export default {
padding: 26px 30px; padding: 26px 30px;
border-top: 1px dashed #7D9ABD; border-top: 1px dashed #7D9ABD;
border-bottom: 1px dashed #7D9ABD; border-bottom: 1px dashed #7D9ABD;
line-height: 28px;
font-size: 14px;
text-indent: 28px;
color: #454545;
/deep/p{
margin: 0 0 10px
}
} }
.source_box{ .source_box{
height: 60px; height: 60px;
......
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