Fix Border Color
This commit is contained in:
parent
6d24b98947
commit
82a63f7ac0
@ -2862,7 +2862,7 @@ control.prototype.resize = function(clientWidth, clientHeight) {
|
|||||||
height:(canvasWidth - SPACE*2) + unit,
|
height:(canvasWidth - SPACE*2) + unit,
|
||||||
top: canvasTop + unit,
|
top: canvasTop + unit,
|
||||||
right: 0,
|
right: 0,
|
||||||
border: '3px #fff solid'
|
border: statusBarBorder
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1459,7 +1459,7 @@ ui.prototype.drawBookDetail = function (index) {
|
|||||||
core.setAlpha('data', 0.9);
|
core.setAlpha('data', 0.9);
|
||||||
core.fillRect('data', left, top, right, bottom, '#000000');
|
core.fillRect('data', left, top, right, bottom, '#000000');
|
||||||
core.setAlpha('data', 1);
|
core.setAlpha('data', 1);
|
||||||
core.strokeRect('data', left - 1, top - 1, right + 1, bottom + 1, '#FFFFFF', 2);
|
core.strokeRect('data', left - 1, top - 1, right + 1, bottom + 1, main.borderColor||"#FFFFFF", 2);
|
||||||
|
|
||||||
// 名称
|
// 名称
|
||||||
core.canvas.data.textAlign = "left";
|
core.canvas.data.textAlign = "left";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user