Revert "* Add border style to metric's table in screen designer."

This reverts commit 782b28d5ac.
This commit is contained in:
qixinzhi
2023-12-18 10:53:07 +08:00
parent c45fa44b2c
commit 75ff3eee9f
+2 -4
View File
@@ -1629,10 +1629,8 @@ class screenModel extends model
if($metric->scope != 'system') $tableOption->objectPairs = $this->loadModel('metric')->getPairsByScope($metric->scope);
$tableOption->scope = $metric->scope;
$tableOption->oddBGC = '#173250FF';
$tableOption->evenBGC = '#0B1727FF';
$tableOption->borderBGC = '#285A8EFF';
$tableOption->borderSpacing = 1;
$tableOption->oddBGC = '#173250FF';
$tableOption->evenBGC = '#0B1727FF';
return $tableOption;
}