用法不对,borderStyle是border-style的意思,不是border
https://developer.mozilla.org/en-US/doc ... rder-style
Search found 133 matches
- 2025年 Jul 30日 15:08
- Forum: 小程序开发
- Topic: smart 组件 slider 中属性 thumbBorderStyle 设置后无效果 版本 2.5.1?
- Replies: 3
- Views: 90
Re: smart 组件 slider 中属性 thumbBorderStyle 设置后无效果 版本 2.5.1?
- 2025年 Jul 30日 14:29
- Forum: 小程序开发
- Topic: ide是否能提供多一些多语言
- Replies: 2
- Views: 40
Re: ide是否能提供多一些多语言
后续 IDE 版本支持后将会通知您~
- 2025年 Jul 30日 14:29
- Forum: 小程序开发
- Topic: ide是否能提供多一些多语言
- Replies: 2
- Views: 40
Re: ide是否能提供多一些多语言
你好,非常感谢你的建议,我们会认真考虑。
- 2025年 Jul 23日 19:26
- Forum: 小程序开发
- Topic: Ray 工程是否支持Web H5导出?
- Replies: 1
- Views: 160
Re: Ray 工程是否支持Web H5导出?
暂不支持,web导出目前支持度不完善,不建议使用
- 2025年 Jul 23日 10:03
- Forum: 小程序开发
- Topic: smart-UI v2.x 的slider存在缺陷
- Replies: 1
- Views: 284
Re: smart-UI v2.x 的slider存在缺陷
如果你想要让滑块按钮包裹在滑条内,需要设置parcel属性为true,同时thumbHeight、thumbWidth设置为number类型 // @ts-nocheck import React, { useState } from 'react'; import Slider from '@ray-js/components-ty-slider'; import React from 'react'; export default function Demo() { const [value, setValue] = React.useState(30); return ( <Slider...
- 2025年 Jul 11日 10:04
- Forum: 小程序开发
- Topic: 该帖已删。。。。。。。。。。。。。。。。。
- Replies: 1
- Views: 320
Re: ray小程序,的SmartUI组件库中的Slider,滑动时点击触摸的区域太小,导致很难拖动
style属性传一个高度值即可。例如 import { Slider } from '@ray-js/smart-ui'; import React from 'react'; export default function Demo() { const [value, setValue] = React.useState(30); return ( <Slider maxTrackHeight="4px" minTrackHeight="4px" thumbHeight="28px" thumbWidth="28px&qu...
- 2025年 Jun 25日 13:39
- Forum: MiniApp Development
- Topic: Animation in Ray
- Replies: 1
- Views: 564
Re: Animation in Ray
Not yet. But there are animation components for native miniprogram, visit https://developer.tuya.com/en/miniapp/d ... #animation
- 2025年 Jun 19日 09:45
- Forum: 小程序开发
- Topic: IOS远程真机调试2.0运行device.getDeviceInfo报错
- Replies: 6
- Views: 702
- 2025年 Jun 18日 17:42
- Forum: 小程序开发
- Topic: IOS远程真机调试2.0运行device.getDeviceInfo报错
- Replies: 6
- Views: 702
Re: IOS远程真机调试2.0运行device.getDeviceInfo报错
IOS真机调试我试了一下是可以的
- 2025年 Jun 18日 17:05
- Forum: 小程序开发
- Topic: IOS远程真机调试2.0运行device.getDeviceInfo报错
- Replies: 6
- Views: 702
Re: IOS远程真机调试2.0运行device.getDeviceInfo报错
代码片段发一下,看着是对象解构报错了