mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 21:49:06 +00:00
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
@inherits MSGComponentBase
|
|
|
|
<div class="d-flex flex-column" style="@this.Height">
|
|
<div class="flex-auto overflow-auto">
|
|
@this.ChildContent
|
|
</div>
|
|
|
|
@this.FooterContent
|
|
</div> |