view page use textarea
This commit is contained in:
14
src/App.vue
14
src/App.vue
@@ -46,6 +46,20 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.noteHeader {
|
||||
background-color: white;
|
||||
width:100%;
|
||||
height:40px;
|
||||
}
|
||||
|
||||
.noteHeaderShade {
|
||||
background: linear-gradient(to top,rgba(255,255,255,0.7),rgba(255,255,255,1));
|
||||
width:100%;
|
||||
height:40px;
|
||||
border-bottom: dashed #ed4014 1px;
|
||||
}
|
||||
|
||||
#noteText {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
|
||||
Reference in New Issue
Block a user