首页样式

This commit is contained in:
shenyanpei
2021-11-22 14:18:21 +08:00
parent 8598e4ae3d
commit 03da3d36e3
2 changed files with 11 additions and 1 deletions
+10 -1
View File
@@ -180,7 +180,7 @@
border-left: 2px dotted #aaa;
}
.title {
padding-right: 50px;
padding-right: 40px;
font-weight: bold;
padding-left: 40px;
width: 80px;
@@ -189,6 +189,15 @@
cursor: pointer;
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>
@@ -102,6 +102,7 @@ export default {
border-radius: 5px;
::v-deep {
.el-input__inner {
text-align: center;
width: 18vm;
height: 40px;
color: #333333;