提交 7f2751dc authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

style: 调整数字区间样式

上级 a3c30432
......@@ -1463,7 +1463,7 @@ export default {
// 记录当前样式 矩阵处理
recordMatrixCurStyle() {
debugger
// debugger
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 width = Math.round(this.width / this.curCanvasScale.matrixStyleWidth) * this.curCanvasScale.matrixStyleWidth
......
......@@ -151,8 +151,7 @@ export default {
}
.first-element-contaner {
width: calc(100% - 10px);
background: #fff;
border: 1px solid #d7dae2;
background: initial;
position:absolute;
bottom: 5px;
margin: 0 4px;
......@@ -161,6 +160,8 @@ export default {
}
}
.first-element-grid-contaner {
background: #fff;
border: 1px solid #d7dae2;
top: 5px;
}
.condition-main-line {
......
......@@ -232,7 +232,7 @@ export default {
height: 24px;
position: relative;
flex-shrink: 0;
font-size: 24px;
font-size: 24px !important;
margin: auto;
font-family: fineui;
font-style: normal;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论