refactor: 切换项目菜单宽度调整
This commit is contained in:
parent
854671ac64
commit
6525d9dfc3
|
@ -57,7 +57,7 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.project-name {
|
.project-name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 130px;
|
width: 160px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
|
@ -178,8 +178,8 @@ export default {
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 15px;
|
padding-left: 10px;
|
||||||
max-width: 200px;
|
max-width: 140px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -187,7 +187,7 @@ export default {
|
||||||
|
|
||||||
.el-icon-check {
|
.el-icon-check {
|
||||||
color: #773888;
|
color: #773888;
|
||||||
margin-left: 10px;
|
margin-left: 2px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue