uview-plus组件库全面升级更新,订单结算判断支付方式是否可用代码调整,公众号关注二维码修改
This commit is contained in:
@@ -7,13 +7,14 @@
|
||||
* @lastTime : 2021-08-20 17:18:41
|
||||
* @FilePath : /u-view2.0/uview-ui/libs/config/props/readMore.js
|
||||
*/
|
||||
import { t } from '../../libs/i18n'
|
||||
export default {
|
||||
// readMore
|
||||
readMore: {
|
||||
showHeight: 400,
|
||||
toggle: false,
|
||||
closeText: '展开阅读全文',
|
||||
openText: '收起',
|
||||
closeText: t("up.readMore.expand"),
|
||||
openText: t("up.readMore.fold"),
|
||||
color: '#2979ff',
|
||||
fontSize: 14,
|
||||
textIndent: '2em',
|
||||
|
||||
@@ -33,11 +33,11 @@
|
||||
margin="0 5px 0 0"
|
||||
></up-text>
|
||||
<view class="u-read-more__toggle__icon">
|
||||
<u-icon
|
||||
<up-icon
|
||||
:color="color"
|
||||
:size="fontSize + 2"
|
||||
:name="status === 'close' ? 'arrow-down' : 'arrow-up'"
|
||||
></u-icon>
|
||||
></up-icon>
|
||||
</view>
|
||||
</view>
|
||||
</slot>
|
||||
@@ -140,8 +140,6 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "../../libs/css/components.scss";
|
||||
|
||||
.u-read-more {
|
||||
|
||||
&__content {
|
||||
|
||||
Reference in New Issue
Block a user