Closed Youyou-smiles closed 1 week ago
The changes introduce a new title
attribute with the value "选择权签人" to the tiny-hrapprover
component across multiple Vue files. This addition aims to enhance the component's functionality by providing a clear title for the approval process. Additionally, modifications to the CSS files include adjustments to margins and paddings for various classes, improving the layout and spacing of UI elements. Overall, the structural integrity of the components and styles remains intact.
File Path | Change Summary |
---|---|
examples/sites/demos/pc/app/hrapprover/*.vue | Added title attribute with value "选择权签人" to tiny-hrapprover component in the templates of multiple Vue files: custom-service-composition-api.vue , custom-service.vue , basic-usage-composition-api.vue , basic-usage.vue , category-type-composition-api.vue , category-type.vue , disabled-composition-api.vue , disabled.vue . |
packages/theme/src/base/reset.less | Added margin properties for .tiny-popper class for placements: top, bottom, right, left, each with 4px margin. |
packages/theme/src/dept/index.less | Increased margin-bottom for &__search and &__item classes from 12px to 24px ; set width to 80px for &__text and &__label , and changed text-align of &__label from right to left . |
packages/theme/src/dept/vars.less | Updated CSS properties for department label text color and font weight: changed --tv-Dept-label-text-color to secondary color and --tv-Dept-label-font-weight to regular. |
packages/theme/src/espace/index.less | Adjusted margin for .item-talk , .item-call , and .item-email classes from 0 8px 0 0 to 0 24px 0 0 . |
packages/theme/src/roles/index.less | Updated padding for &.@{css-prefix}popover.@{css-prefix}popper from 0 to 8px 0 ; removed styles for .is-selected state in &__poplist-item . |
packages/theme/src/roles/vars.less | Removed variable --tv-Roles-poplist-item-selected-bg-color related to selected background color for dropdown panel options. |
🐰 "In a world of code, I hop and play,
With new titles added, brightening the day.
Margins adjusted, layouts refined,
In this rabbit's realm, all's perfectly aligned!
Let's celebrate changes, both big and small,
For in this code garden, there's room for us all!" 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
Release Notes
New Features
title
attribute with the value "选择权签人" to thetiny-hrapprover
component across multiple demo files, enhancing user clarity during the approval process.Style Updates
.tiny-popper
class to improve positioning..item-talk
,.item-call
, and.item-email
classes for better item separation.