|
|
2bed87744a
|
refactor(account-detail): 更新标题和字段,优化表格样式
|
2025-09-22 14:38:44 +08:00 |
|
|
|
cc8ab14feb
|
Merge remote-tracking branch 'origin/main' into feature/0915_素材中心新增手动上传
|
2025-09-18 14:57:19 +08:00 |
|
|
|
5d29789f65
|
```
style(ant-select.scss): 更新复选样式和标签样式在`ant-select.scss`文件中添加了复选相关的样式,并对`.ant-tag`元素进行了详细的样式定义,包括内边距、边框半径、背景色等。同时调整了`.ant-tag .anticon-close`的字体大小。
refactor(index.vue): 修改标签组件的渲染逻辑
- 在`add-raw-material-drawer/index.vue`和`edit-raw-material-modal/index.vue`中移除了`maxTagTextLength`属性。
- 为长标签增加了包裹`div`,并调整了其样式。
- 对于超过5个字符的标签文本,使用`Tooltip`显示完整内容,并截断显示前5个字符后加上省略号。
- 调整了`table/index.vue`中标签的渲染方式,对于长度超过5个字符的标签使用`Tooltip`展示完整内容。
- 在`add-raw-material-drawer/style.scss`中注释掉了`.ant-select-selection-overflow-item`的最大宽度设置。
```
|
2025-09-18 14:41:27 +08:00 |
|
|
|
f9c091b03f
|
```
perf(ant-tag.scss): 更新标签样式并增加字体属性更新了.ant-tag的样式,包括:- 将border-radius从2px改为4px- 添加了font-family, font-style和font-weight属性feat(add-raw-material-drawer, edit-raw-material-modal): 增加标签渲染功能
```
|
2025-09-18 12:16:22 +08:00 |
|
|
|
465920796f
|
perf: 标签选择交互调整
|
2025-09-18 11:54:48 +08:00 |
|
|
|
8d57d555b4
|
style(input): 优化输入框样式和功能
- 调整输入框后缀和清除图标的样式
- 修改导航栏右侧组件的样式
- 优化试用页面布局和步骤样式
|
2025-09-18 10:03:43 +08:00 |
|
|
|
b24dc1af9d
|
style(button): 调整按钮激活状态样式
- 优化普通按钮、幽灵按钮和危险按钮在激活状态下的样式
- 添加白色背景和透明边框,提高点击反馈的视觉效果
|
2025-09-17 17:58:11 +08:00 |
|
|
|
bf7963234e
|
feat: 优化原料库上传功能和标签管理
- 在 `AddRawMaterialDrawer` 组件中添加 `onUpdate` 事件以刷新数据
- 更新 `constants.ts` 中操作列的宽度
- 增加 Ant Select 和 Modal 的样式
- 新增批量添加、修改和详情的 API 函数
- 优化 `add-raw-material-drawer` 组件,增加标签输入和删除确认模态框
- 更新 `ant-select.scss` 和 `ant-modal.scss` 样式文件
|
2025-09-17 15:57:19 +08:00 |
|
|
|
c08b13673f
|
feat: 优化删除标签模态框和上传组件,新增文件预签名URL获取功能
- 简化 `delete-tag.vue` 模态框模板结构
- 更新 `add-raw-material-drawer/index.vue` 组件,增加文件预签名URL获取和上传状态显示
- 新增 `getFilePreSignedUrl` API 函数
- 更新 `tools.ts` 中的文件扩展名提取函数
- 优化按钮激活状态样式
- 添加 `icon-no-text.png` 图标文件
|
2025-09-17 11:59:31 +08:00 |
|
|
|
7c85582564
|
feat: 更新表单和按钮样式,优化验证码组件逻辑
- 在 `App.vue` 中添加 `autoInsertSpaceInButton` 属性
- 更新 `login/style.scss` 和 `styles/components/ant-input.scss` 样式文件
- 优化 `verification-code/index.vue` 组件的验证逻辑和样式
- 更新 `styles/components/ant-button.scss` 样式文件
- 优化 `register-form/index.vue` 和 `change-password-modal/index.vue` 组件的密码输入逻辑和样式
|
2025-09-16 17:59:18 +08:00 |
|
|
|
340b293f31
|
style(button): 优化按钮激活状态样式
- 修改默认按钮、主要按钮、危险按钮在激活状态下的背景色、边框色和文字颜色
- 增加幽灵按钮、文本按钮和链接按钮在激活状态下的样式
-统一使用 $color-error-7 和 $color-primary-7 作为激活状态的颜色
|
2025-09-16 17:29:09 +08:00 |
|
|
|
c357e4a885
|
feat: 添加原料库上传功能和相关组件
- 在 `raw-material` 组件中添加上传按钮和抽屉组件
- 新增 `add-raw-material-drawer` 组件及其样式文件
- 更新样式文件以支持新的上传界面
- 调整 Ant Select 和 Drawer 组件的样式
|
2025-09-16 17:03:06 +08:00 |
|
|
|
b951114936
|
style(button): 优化按钮样式和交互
|
2025-09-16 11:55:56 +08:00 |
|
|
|
a9434e7270
|
style(button): 优化按钮组件样式
|
2025-09-16 10:34:43 +08:00 |
|
|
|
348ad2a6ad
|
style: 调整登录表单样式和按钮布局
- 更新 `login/style.scss` 中的输入框内边距和字体大小
- 在 `ant-input.scss` 中添加自动填充样式
- 修改 `login-form/index.vue` 中忘记密码按钮的显示逻辑
|
2025-09-15 17:57:39 +08:00 |
|
|
|
e8b16e6541
|
style: 修正表单标签对齐问题并更新 Ant Select 样式
|
2025-09-15 11:19:57 +08:00 |
|
|
|
465cb2fcad
|
feat: 修改昵称,修改手机号
|
2025-09-11 18:16:05 +08:00 |
|
|
|
3a0ab4f48f
|
Merge remote-tracking branch 'origin/main' into feature/0905_登录注册流程重构
# Conflicts:
# src/App.vue
# src/views/components/login/index.vue
# src/views/components/management/person/index.vue
# src/views/login/style.scss
|
2025-09-10 16:16:34 +08:00 |
|
|
|
e62d14d2f7
|
feat: 未建立商联,首次登陆页面
|
2025-09-09 14:08:54 +08:00 |
|
|
|
6c5373689b
|
feat: 登录注册
|
2025-09-08 16:02:23 +08:00 |
|
|
|
67e8196ce9
|
feat: antd组件库相关样式
|
2025-09-08 09:16:10 +08:00 |
|
|
|
e912e4502c
|
style: 调整
|
2025-09-07 17:12:21 +08:00 |
|
|
|
2576ba856c
|
feat: hover-image-preview失效问题调整
|
2025-09-07 17:10:20 +08:00 |
|
|
|
3451546280
|
feat: 组件库替换
|
2025-09-05 16:41:50 +08:00 |
|
|
|
f6b91fce4f
|
feat: tag,Notification替换
|
2025-09-05 13:51:33 +08:00 |
|
|
|
57156792cc
|
feat: message替换
|
2025-09-05 11:30:31 +08:00 |
|
|
|
8ffcb8c7a6
|
style: 样式调整
|
2025-09-05 10:57:15 +08:00 |
|
|
|
72dabf9a9e
|
feat: 分页逻辑处理
|
2025-09-05 10:39:01 +08:00 |
|
|
|
3f5249c731
|
feat: table组件替换
|
2025-09-04 18:05:16 +08:00 |
|
|
|
15357b6bc8
|
feat: 删除无用组件,组件库替换
|
2025-09-04 16:10:44 +08:00 |
|
|
|
23d614a07f
|
feat: select组件替换
|
2025-09-04 12:07:18 +08:00 |
|
|
|
cf574da1da
|
feat: input、textare组件替换
|
2025-09-04 11:07:21 +08:00 |
|
|
|
1a6fad8bd5
|
feat: 更换radio,radiogroup
|
2025-09-03 16:42:05 +08:00 |
|
|
|
a29580ff1e
|
feat: form组件替换
|
2025-09-03 16:28:19 +08:00 |
|
|
|
db67274583
|
feat: button组件替换
|
2025-09-03 11:15:37 +08:00 |
|
|
|
01d561cfb2
|
feat: a-checkbox替换
|
2025-09-02 17:16:02 +08:00 |
|
|
|
38f2b2c20c
|
feat: 定义button,form等组件样式
|
2025-09-02 15:30:25 +08:00 |
|
|
|
55166ff580
|
feat: bubble组件封装
|
2025-08-21 10:54:18 +08:00 |
|
|
|
6e3158cdb4
|
feat: 首页调整
|
2025-08-20 18:17:23 +08:00 |
|
|
|
65ad58256e
|
perf: 内容审核-底部按钮样式统一修改
|
2025-08-20 11:30:15 +08:00 |
|
|
|
c0fbf501e1
|
feat: Conversations封装、首页开发
|
2025-08-19 18:01:30 +08:00 |
|
|
|
b4bca57f04
|
feat: 升级vue3版本和router版本,主框架调整,页面样式统一
|
2025-08-16 17:01:06 +08:00 |
|
|
|
e173b11750
|
perf: ui走查问题调整
|
2025-08-14 17:42:05 +08:00 |
|
|
|
97f02b1785
|
perf: 走查问题调整
|
2025-08-14 16:26:43 +08:00 |
|
|
|
e2f2d26d00
|
feat: 内容稿件审核列表
|
2025-08-04 17:05:44 +08:00 |
|
|
|
6513fcf2ed
|
feat: 内容稿件列表、上传内容、通用Textovertips组件封装
|
2025-07-28 17:55:04 +08:00 |
|
|
|
52a696c133
|
feat: 内容稿件列表筛选栏
|
2025-07-25 17:15:44 +08:00 |
|
|
|
b9a552bad8
|
Merge remote-tracking branch 'origin/main' into feature/v1.2灵机空间-项目管理_rxd
# Conflicts:
# src/api/all/common.ts
# src/components/_base/navbar/index.vue
# src/hooks/useTableSelectionWithPagination.ts
# src/router/routes/modules/propertyMarketing.ts
# src/stores/modules/side-bar/constants.ts
# src/views/property-marketing/media-account/account-manage/components/account-table/index.vue
# src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue
# src/views/property-marketing/put-account/account-data/components/filter-block/index.vue
# src/views/property-marketing/put-account/account-manage/components/account-table/index.vue
# src/views/property-marketing/put-account/account-manage/components/add-account-modal/index.vue
# src/views/property-marketing/put-account/account-manage/components/filter-block/index.vue
# src/views/property-marketing/put-account/components/status-select/constants.ts
|
2025-07-23 15:22:46 +08:00 |
|
|
|
9ffe5be94e
|
feat: 项目列表、统一4种状态color色值
|
2025-07-23 11:32:37 +08:00 |
|
|
|
a9d055c479
|
feat: 关联平台账号,关联渠道账户
|
2025-07-22 16:29:16 +08:00 |
|