set fixed window size
This commit is contained in:
commit
0324ac7372
9 changed files with 40 additions and 33 deletions
|
|
@ -26,7 +26,6 @@
|
|||
data-name="Rectangle 410"
|
||||
width="350"
|
||||
height="500"
|
||||
rx="20"
|
||||
fill="url(#radial-gradient)"
|
||||
/>
|
||||
</g>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ div[contenteditable] {
|
|||
border: 0;
|
||||
border-radius: 20px;
|
||||
color: #fff;
|
||||
background-color: #61b4f4;
|
||||
background-color: #585858;
|
||||
font-size: 14;
|
||||
text-align: left;
|
||||
p {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<AI />
|
||||
<MessageRenderer />
|
||||
<InputItem />
|
||||
<TitleBar />
|
||||
<!-- <TitleBar /> -->
|
||||
</svg>
|
||||
</template>
|
||||
|
||||
|
|
@ -54,6 +54,6 @@ export default defineComponent({
|
|||
height: 500px;
|
||||
background-color: #e6e6e6;
|
||||
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 20px;
|
||||
// border-radius: 20px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue