Skip to content

Commit

Permalink
样式微调
Browse files Browse the repository at this point in the history
  • Loading branch information
geekr-dev committed Mar 22, 2023
1 parent a76248a commit a28ef91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const enterApiKey = () => {
</div>
</div>
</div>
<div class="mt-5">
<div>
<div class="text-sm text-center">
<div>
<button v-if="apiKey" @click="enterApiKey"
Expand Down
2 changes: 1 addition & 1 deletion resources/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ switch (process.env.NODE_ENV) {
base_url = 'http://127.0.0.1:8000';
break;
case 'production':
base_url = 'https://chat.geekr.dev';
base_url = 'https://chat2.geekr.dev';
break;
}

Expand Down
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<body class="font-sans antialiased">
@inertia
<div class="flex items-center justify-center">
<div class="my-4 grid sm:grid-cols-2 gap-y-2 gap-x-6">
<div class="my-2 grid sm:grid-cols-2 gap-y-2 gap-x-6">
<div class="flex items-center justify-start space-x-1">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
<path fill="#3B82F6" d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31c0-3.86-3.12-7-7-7m1 11h-2v-2h2v2m1.75-5.19c-.29.4-.66.69-1.11.93c-.25.16-.42.33-.51.52c-.09.18-.13.43-.13.74h-2c0-.5.11-.92.31-1.18c.19-.27.54-.57 1.05-.91c.26-.16.47-.36.61-.59c.16-.23.23-.5.23-.82c0-.3-.08-.56-.26-.75c-.18-.18-.44-.28-.75-.28a1 1 0 0 0-.66.23c-.18.16-.27.39-.28.69h-1.93l-.01-.03c-.01-.79.25-1.36.77-1.77c.54-.39 1.24-.59 2.11-.59c.93 0 1.66.23 2.19.68c.54.45.81 1.06.81 1.82c0 .5-.15.91-.44 1.31Z">
Expand Down

0 comments on commit a28ef91

Please sign in to comment.