首页样式
This commit is contained in:
@@ -180,7 +180,7 @@
|
|||||||
border-left: 2px dotted #aaa;
|
border-left: 2px dotted #aaa;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
padding-right: 50px;
|
padding-right: 40px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
@@ -189,6 +189,15 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #0068B7;
|
color: #0068B7;
|
||||||
}
|
}
|
||||||
|
.el-col-4 {
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
word-break: break-all;
|
||||||
|
line-height: normal;
|
||||||
|
margin-top: 10px;
|
||||||
|
font-size: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@@ -102,6 +102,7 @@ export default {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
::v-deep {
|
::v-deep {
|
||||||
.el-input__inner {
|
.el-input__inner {
|
||||||
|
text-align: center;
|
||||||
width: 18vm;
|
width: 18vm;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
|||||||
Reference in New Issue
Block a user