mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-21 11:06:38 +08:00
10 lines
356 B
CSS
10 lines
356 B
CSS
|
|
/**
|
|
* 由 Fantastic-admin 提供技术支持
|
|
* Powered by Fantastic-admin
|
|
* Gitee https://gitee.com/hooray/fantastic-admin
|
|
* Github https://github.com/hooray/fantastic-admin
|
|
*/
|
|
|
|
.prompt,.answer{width:100%;max-height:80px;white-space:normal;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.answer_container{max-height:500px;overflow:overlay}
|