我的回答 底部样式

This commit is contained in:
zyn
2023-04-07 09:30:39 +08:00
parent f0fef1b98b
commit ebda2f5e07
@@ -224,11 +224,11 @@ export default {
white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
} }
.info-answer{ //.info-answer{
height: 200px; // height: 200px;
width: 100%; // width: 100%;
position: absolute; // position: absolute;
bottom: 0; // bottom: 0;
//border-top: 1px solid #cccccc; // //border-top: 1px solid #cccccc;
} //}
</style> </style>