forked from github/dataease
style: 调整数字区间样式
This commit is contained in:
parent
a3c30432f4
commit
7f2751dcba
@ -1463,7 +1463,7 @@ export default {
|
|||||||
|
|
||||||
// 记录当前样式 矩阵处理
|
// 记录当前样式 矩阵处理
|
||||||
recordMatrixCurStyle() {
|
recordMatrixCurStyle() {
|
||||||
debugger
|
// debugger
|
||||||
const left = Math.round(this.left / this.curCanvasScale.matrixStyleWidth) * this.curCanvasScale.matrixStyleWidth
|
const left = Math.round(this.left / this.curCanvasScale.matrixStyleWidth) * this.curCanvasScale.matrixStyleWidth
|
||||||
const top = Math.round(this.top / this.curCanvasScale.matrixStyleHeight) * this.curCanvasScale.matrixStyleHeight
|
const top = Math.round(this.top / this.curCanvasScale.matrixStyleHeight) * this.curCanvasScale.matrixStyleHeight
|
||||||
const width = Math.round(this.width / this.curCanvasScale.matrixStyleWidth) * this.curCanvasScale.matrixStyleWidth
|
const width = Math.round(this.width / this.curCanvasScale.matrixStyleWidth) * this.curCanvasScale.matrixStyleWidth
|
||||||
|
@ -151,8 +151,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.first-element-contaner {
|
.first-element-contaner {
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
background: #fff;
|
background: initial;
|
||||||
border: 1px solid #d7dae2;
|
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
@ -161,6 +160,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.first-element-grid-contaner {
|
.first-element-grid-contaner {
|
||||||
|
background: #fff;
|
||||||
|
border: 1px solid #d7dae2;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
.condition-main-line {
|
.condition-main-line {
|
||||||
|
@ -232,7 +232,7 @@ export default {
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
font-size: 24px;
|
font-size: 24px !important;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
font-family: fineui;
|
font-family: fineui;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user