当前位置:网站首页>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
边栏推荐
- 浏览器的markdown插件显示不了图片
- Matlab tips (19) matrix analysis -- principal component analysis
- Experience record of Luogu's topic brushing
- 【c ++ primer 笔记】第3章 字符串、向量和数组
- [batch dos-cmd command - summary and summary] - how to distinguish the internal command and external command of CMD, and the difference between CMD command and run (win+r) command,
- RockerMQ消息发送与消费模式
- No matter how good LCD and OLED display technologies are, they cannot replace this ancient display nixie tube
- MySQL index details
- Coggle 30 days of ML July competition learning
- 【c ++ primer 笔记】第4章 表达式
猜你喜欢

关联GIS:条条道路通UE5城

Code source AQS sous - jacent pour la programmation simultanée juc

No matter how good LCD and OLED display technologies are, they cannot replace this ancient display nixie tube

(原创)自定义Drawable

浏览器的markdown插件显示不了图片

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

LVGL GUI GUIDER移植代码到STM32

Rust async: SMOL source code analysis -executor

盲测调查显示女码农比男码农更优秀

Redis transactions
随机推荐
爬一个网页的所有导师信息
【原创】TypeScript字符串utf-8编码解码
The 6th Blue Bridge Cup
SPARQL basic introductory exercise
orthofinder直系同源蛋白分析及结果处理
C# 解决使用SQLite 的相对路径问题
並發編程JUC的AQS底層源碼
【13. 二进制中1的个数、位运算】
Redis installation under Linux
That is, a one-stop live broadcast service with "smooth live broadcast" and full link upgrade
JVM common garbage collector
关联GIS:条条道路通UE5城
Redis五种基本类型
100%弄明白5种IO模型
【c ++ primer 笔记】第3章 字符串、向量和数组
June 26, 2022 (LC 6100 counts the number of ways to place houses)
sql注入之order by注入
[11. two dimensional difference]
Correctly understand MySQL mvcc
100% understanding of 5 IO models