优化
This commit is contained in:
parent
b09f167e3a
commit
3f9c5bc2ca
@ -18,8 +18,13 @@
|
|||||||
.pre{
|
.pre{
|
||||||
pre{
|
pre{
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
white-space:pre-line;
|
// white-space:pre-line;
|
||||||
word-wrap: break-word;
|
// word-wrap: break-word;
|
||||||
|
white-space: pre-line; /* css-3 */
|
||||||
|
white-space: -moz-pre-line; /* Mozilla, since 1999 */
|
||||||
|
white-space: -pre-line; /* Opera 4-6 */
|
||||||
|
white-space: -o-pre-line; /* Opera 7 */
|
||||||
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -261,11 +261,6 @@ export default {
|
|||||||
width: 300px !important;
|
width: 300px !important;
|
||||||
display: block;
|
display: block;
|
||||||
flex: none;
|
flex: none;
|
||||||
pre{
|
|
||||||
white-space:pre-line;
|
|
||||||
word-wrap: break-word;
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.nojixiao{
|
.nojixiao{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user