Commit 2c0539ac by crushh

update: 预览标题样式

parent 574d6603
...@@ -67,18 +67,18 @@ export default { ...@@ -67,18 +67,18 @@ export default {
height: 543px; height: 543px;
.pageTitle { .pageTitle {
font-size: 14px; font-size: 14px;
position: sticky; position: absolute;
color: #000000; color: #000;
font-weight: 500; font-weight: 500;
top: 105px;
width: 125px; width: 125px;
margin-left: 78px; margin-left: 78px;
line-height: 20px; line-height: 20px;
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
text-align: center; text-align: center;
top: 44px;
} }
.content { .content {
width: 228px; width: 228px;
......
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