style: 高级工具样式

This commit is contained in:
2025-12-19 10:37:27 +08:00
parent 1596b46ff1
commit d4da1b47ef
3 changed files with 12 additions and 11 deletions

View File

@@ -1671,7 +1671,7 @@ export default defineComponent({
.ant-upload-select-picture-card { .ant-upload-select-picture-card {
width: 100%; width: 100%;
height: 100%; height: 100%;
border: 1px solid #000; border: 0.1rem solid #000;
background: #fff; background: #fff;
} }
} }

View File

@@ -65,7 +65,7 @@ defineExpose({
<style lang="less" scoped> <style lang="less" scoped>
.promptInput { .promptInput {
--promptInputBorderRadius: 10px; --promptInputBorderRadius: 10px;
--promptInputBorder: 2px solid #dcdfe6; --promptInputBorder: 1px solid #000;
--promptInputPadding: 1.5rem; --promptInputPadding: 1.5rem;
width: 100%; width: 100%;
@@ -86,7 +86,7 @@ defineExpose({
.sender-container { .sender-container {
position: relative; position: relative;
border-radius: 10px; border-radius: 10px;
border: 2px solid #dcdfe6; border: 1px solid #000;
padding: 1.5rem; padding: 1.5rem;
font-size: 1.8rem; font-size: 1.8rem;
.sender-wrapper { .sender-wrapper {
@@ -100,7 +100,7 @@ defineExpose({
.textarea-container { .textarea-container {
position: relative; position: relative;
border-radius: 10px; border-radius: 10px;
border: 2px solid #dcdfe6; border: 1px solid #000;
padding: 1.5rem; padding: 1.5rem;
height: auto; height: auto;
font-size: 1.8rem; font-size: 1.8rem;

View File

@@ -1536,6 +1536,7 @@ export default defineComponent({
height: 17.8rem; height: 17.8rem;
border-width: 1px; border-width: 1px;
background: #fff; background: #fff;
border: 0.1rem solid #000;
} }
} }
} }