ai-chat-bot-interface 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/ChatUi.less
CHANGED
|
@@ -100,6 +100,7 @@ const resizeTextarea = () => {
|
|
|
100
100
|
</script>
|
|
101
101
|
|
|
102
102
|
<style scoped lang="less">
|
|
103
|
+
@import '../assets/styles/public';
|
|
103
104
|
.om {
|
|
104
105
|
&_wrap {
|
|
105
106
|
box-sizing: border-box;
|
|
@@ -121,6 +122,7 @@ const resizeTextarea = () => {
|
|
|
121
122
|
|
|
122
123
|
.tag {
|
|
123
124
|
.flexrsc();
|
|
125
|
+
cursor: pointer;
|
|
124
126
|
width: fit-content;
|
|
125
127
|
white-space: nowrap;
|
|
126
128
|
font-weight: 400;
|