opti:设置自动设置列宽度,并且可以配置允许的最大宽度。

This commit is contained in:
2024-05-24 10:03:58 +08:00
parent 3d1fcc5dc8
commit 5761a7ff48
4 changed files with 42 additions and 9 deletions

View File

@@ -10,6 +10,8 @@ struct OprBase {
std::string the_node{};
std::string purpose{};
std::string xml_path{};
long allow_max_width{500};
long blank_width{50};
};
class CUtil