当前位置:网站首页>DV scroll board width of datav rotation table component
DV scroll board width of datav rotation table component
2022-06-27 08:26:00 【Out of the autistic bird】
demand : Use dv-scroll-board When displaying multiple columns of data , Because its default is the average distribution width , It will cause incomplete content display , We want to change the width of a column , Let it show full .
resolvent :
Method 1:dv-scroll-board Bring their own columnWidth:[] attribute , Each parameter of the array is the width of the corresponding column
// My deployment time is at 6 Column , So set at least 6 Only values can be modified to this column
columnWidth: [
140,140,140,140,140,200
],
Method 2:f12 View the class name corresponding to this column , Modify through style penetration . Be careful , Because the original style in the component has higher priority , So we add !important
::v-deep .header-item:nth-child(6), ::v-deep .ceil:nth-child(6) {
width: 200px!important;
}
/deep/ and ::v-deep The effect is the same , But in some cases, it cannot be used /deep/ when , We use ::v-deep Instead of
边栏推荐
- MySQL environment variable configuration tutorial
- UE5神通--POI解决方案
- Experience record of Luogu's topic brushing
- [daily practice] realization of product card animation effect
- 【原创】TypeScript字符串utf-8编码解码
- Redis configuration file details
- Design of a solar charge pump power supply circuit
- oracle用一条sql查出哪些数据不在某个表里
- Time function calculation efficiency of C
- Five basic types of redis
猜你喜欢
![[10. difference]](/img/15/ffd93da75858943fe887de1718e0f6.png)
[10. difference]

"Short video" Linxia fire rescue detachment carries out fire safety training

L'introduction en bourse de Wild Wind Pharmaceutical a pris fin: Yu pinzeng, qui avait l'intention de lever 540 millions de RMB, a effectué un investissement P2P.

DataV轮播表组件dv-scroll-board宽度问题

Matlab tips (18) matrix analysis -- entropy weight method

Blind survey shows that female code farmers are better than male code farmers

Persistence mechanism of redis

Helix QAC is updated to 2022.1 and will continue to provide high standard compliance coverage

0号进程,1号进程,2号进程

并发编程JUC的AQS底层源码
随机推荐
ACM course term summary
100%弄明白5种IO模型
That is, a one-stop live broadcast service with "smooth live broadcast" and full link upgrade
盲测调查显示女码农比男码农更优秀
MATLAB小技巧(18)矩阵分析--熵权法
Index +sql exercise optimization
Eight misunderstandings, broken one by one (final): the cloud is difficult to expand, the customization is poor, and the administrator will lose control?
【批处理DOS-CMD命令-汇总和小结】-cmd的内部命令和外部命令怎么区分,CMD命令和运行(win+r)命令的区别,
Redis installation under Linux
Closure problem
RMAN-08137 主库无法删除归档文件
What is futures reverse documentary?
Recognize the ordering of O (nlogn)
Refer to | the computer cannot access the Internet after the hotspot is turned on in win11
【11. 二维差分】
C# 解决使用SQLite 的相对路径问题
(note) Anaconda navigator flashback solution
【批处理DOS-CMD命令-汇总和小结】-环境变量、路径变量、搜索文件位置相关指令——set、path、where,cmd命令的路径参数中有空格怎么办
Reference | upgrade win11 mobile hotspot can not be opened or connected
Understanding mvcc in MySQL transactions is super simple